#8717DB

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

Shades of Blue Violet #8717DB

Tints of Blue Violet #8717DB

Color information

#8717DB (or 0x8717DB) is unknown color: approx Blue Violet. HEX triplet: 87, 17 and DB. RGB value is (135,23,219). Sum of RGB (Red+Green+Blue) = 135+23+219=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #8717DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8717DB is #78E824. Grayscale: #4E4E4E. Windows color (decimal): -7923749 or 14358407. OLE color: 14358407.

HSL color Cylindrical-coordinate representation of color #8717DB: hue angle of 274.29º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8717DB is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13523219-
CMYK0.380.8900.14
HSL274.29º80.99%47.45%-
HSV(B)274.29º89.5%85.88%-
XYZ23.0810.8867.9-
YUV78.83207.11168.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.81%
GREEN value IS 23 (9.38% from 255) = 6.10%
BLUE value IS 219 (85.94% from 255) = 58.09%
R=35.81%
G=6.10%
B=58.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal135232190.380.8900.14274.2980.9947.45
Hex8717DB26590E112512f
Octal207273334613101642212157
Binary1000011110111110110111001101011001011101000100101010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8717DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8717DB; }

 p { color: rgb(135,23,219); }

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

<style>
 a { background-color: #8717DB; }

 a { background-color: rgb(135,23,219); }

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

<style>
 span { border-color: #8717DB; }

 span { border-color: rgb(135,23,219); }

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