#8719d6

Color #8719D6 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8719D6

Tints of Blue Violet #8719D6

Color information

#8719D6 (or 0x8719D6) is unknown color: approx Blue Violet. HEX triplet: 87, 19 and D6. RGB value is (135,25,214). Sum of RGB (Red+Green+Blue) = 135+25+214=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 214 (83.98% from 255 or 57.22% from 374); Max value from RGB is 214 - color contains mainly: blue. Hex color #8719D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8719D6 is #78E629. Grayscale: #4E4E4E. Windows color (decimal): -7923242 or 14031239. OLE color: 14031239.

HSL color Cylindrical-coordinate representation of color #8719D6: hue angle of 274.92º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8719D6 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13525214-
CMYK0.370.8800.16
HSL274.92º79.08%46.86%-
HSV(B)274.92º88.32%83.92%-
XYZ22.4810.764.5-
YUV79.44203.94167.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 25 (10.16% from 255) = 6.68%
BLUE value IS 214 (83.98% from 255) = 57.22%
R=36.10%
G=6.68%
B=57.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal135252140.370.8800.16274.9279.0846.86
Hex8719D625580101134f2f
Octal207313264513002042311757
Binary10000111110011101011010010110110000100001000100111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8719d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8719d6; }

 p { color: rgb(135,25,214); }

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

<style>
 a { background-color: #8719d6; }

 a { background-color: rgb(135,25,214); }

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

<style>
 span { border-color: #8719d6; }

 span { border-color: rgb(135,25,214); }

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