#8717BA

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

Shades of Dark Violet #8717BA

Tints of Dark Violet #8717BA

Color information

#8717BA (or 0x8717BA) is unknown color: approx Dark Violet. HEX triplet: 87, 17 and BA. RGB value is (135,23,186). Sum of RGB (Red+Green+Blue) = 135+23+186=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #8717BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8717BA is #78E845. Grayscale: #4A4A4A. Windows color (decimal): -7923782 or 12195719. OLE color: 12195719.

HSL color Cylindrical-coordinate representation of color #8717BA: hue angle of 281.23º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8717BA is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13523186-
CMYK0.270.8800.27
HSL281.23º77.99%40.98%-
HSV(B)281.23º87.63%72.94%-
XYZ19.169.3147.24-
YUV75.07190.61170.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.24%
GREEN value IS 23 (9.38% from 255) = 6.69%
BLUE value IS 186 (73.05% from 255) = 54.07%
R=39.24%
G=6.69%
B=54.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal135231860.270.8800.27281.2377.9940.98
Hex8717BA1B5801B1194e29
Octal207272723313003343111651
Binary1000011110111101110101101110110000110111000110011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8717BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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