#8517b7

Color #8517B7 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8517B7

Tints of Dark Violet #8517B7

Color information

#8517B7 (or 0x8517B7) is unknown color: approx Dark Violet. HEX triplet: 85, 17 and B7. RGB value is (133,23,183). Sum of RGB (Red+Green+Blue) = 133+23+183=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 183 (71.88% from 255 or 53.98% from 339); Max value from RGB is 183 - color contains mainly: blue. Hex color #8517B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8517B7 is #7AE848. Grayscale: #494949. Windows color (decimal): -8054857 or 11999109. OLE color: 11999109.

HSL color Cylindrical-coordinate representation of color #8517B7: hue angle of 281.25º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8517B7 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13323183-
CMYK0.270.8700.28
HSL281.25º77.67%40.39%-
HSV(B)281.25º87.43%71.76%-
XYZ18.539.0245.56-
YUV74.13189.44169.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.23%
GREEN value IS 23 (9.38% from 255) = 6.78%
BLUE value IS 183 (71.88% from 255) = 53.98%
R=39.23%
G=6.78%
B=53.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal133231830.270.8700.28281.2577.6740.39
Hex8517B71B5701C1194e28
Octal205272673312703443111650
Binary1000010110111101101111101110101110111001000110011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8517b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8517b7; }

 p { color: rgb(133,23,183); }

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

<style>
 a { background-color: #8517b7; }

 a { background-color: rgb(133,23,183); }

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

<style>
 span { border-color: #8517b7; }

 span { border-color: rgb(133,23,183); }

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