#8718A7

Color #8718A7 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #8718A7

Tints of Vivid Violet #8718A7

Color information

#8718A7 (or 0x8718A7) is unknown color: approx Vivid Violet. HEX triplet: 87, 18 and A7. RGB value is (135,24,167). Sum of RGB (Red+Green+Blue) = 135+24+167=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 167 (65.62% from 255 or 51.23% from 326); Max value from RGB is 167 - color contains mainly: blue. Hex color #8718A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8718A7 is #78E758. Grayscale: #494949. Windows color (decimal): -7923545 or 10950791. OLE color: 10950791.

HSL color Cylindrical-coordinate representation of color #8718A7: hue angle of 286.57º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8718A7 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13524167-
CMYK0.190.8600.35
HSL286.57º74.87%37.45%-
HSV(B)286.57º85.63%65.49%-
XYZ17.298.5937.31-
YUV73.49180.77171.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 41.41%
GREEN value IS 24 (9.77% from 255) = 7.36%
BLUE value IS 167 (65.62% from 255) = 51.23%
R=41.41%
G=7.36%
B=51.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal135241670.190.8600.35286.5774.8737.45
Hex8718A7135602311f4b25
Octal207302472312604343711345
Binary10000111110001010011110011101011001000111000111111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8718A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8718A7; }

 p { color: rgb(135,24,167); }

 H1.HeaderClassName
 {
   color: #8718A7;
 }
 .AnyTagClassName
 {
   color: #8718A7;
 }
</style>
background-color css

<style>
 a { background-color: #8718A7; }

 a { background-color: rgb(135,24,167); }

 div.DivClassName
 {
   background-color: #8718A7;
 }
 .BgClassName
 {
   background-color: #8718A7;
 }
</style>
border-color css

<style>
 span { border-color: #8718A7; }

 span { border-color: rgb(135,24,167); }

 td.TdClassName
 {
   border-color: #8718A7;
 }
 .TagClassName
 {
   border-color: #8718A7;
 }
</style>