#8617BA

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

Shades of Dark Violet #8617BA

Tints of Dark Violet #8617BA

Color information

#8617BA (or 0x8617BA) is unknown color: approx Dark Violet. HEX triplet: 86, 17 and BA. RGB value is (134,23,186). Sum of RGB (Red+Green+Blue) = 134+23+186=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #8617BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8617BA is #79E845. Grayscale: #4A4A4A. Windows color (decimal): -7989318 or 12195718. OLE color: 12195718.

HSL color Cylindrical-coordinate representation of color #8617BA: hue angle of 280.86º 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 #8617BA is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13423186-
CMYK0.280.8800.27
HSL280.86º77.99%40.98%-
HSV(B)280.86º87.63%72.94%-
XYZ199.2347.23-
YUV74.77190.77170.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.07%
GREEN value IS 23 (9.38% from 255) = 6.71%
BLUE value IS 186 (73.05% from 255) = 54.23%
R=39.07%
G=6.71%
B=54.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134231860.280.8800.27280.8677.9940.98
Hex8617BA1C5801B1194e29
Octal206272723413003343111651
Binary1000011010111101110101110010110000110111000110011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8617BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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