#8605BA

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

Shades of Dark Violet #8605BA

Tints of Dark Violet #8605BA

Color information

#8605BA (or 0x8605BA) is unknown color: approx Dark Violet. HEX triplet: 86, 05 and BA. RGB value is (134,5,186). Sum of RGB (Red+Green+Blue) = 134+5+186=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #8605BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8605BA is #79FA45. Grayscale: #3F3F3F. Windows color (decimal): -7993926 or 12191110. OLE color: 12191110.

HSL color Cylindrical-coordinate representation of color #8605BA: hue angle of 282.76º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8605BA is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1345186-
CMYK0.280.9700.27
HSL282.76º94.76%37.45%-
HSV(B)282.76º97.31%72.94%-
XYZ18.758.7247.15-
YUV64.2196.74177.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.23%
GREEN value IS 5 (2.34% from 255) = 1.54%
BLUE value IS 186 (73.05% from 255) = 57.23%
R=41.23%
G=1.54%
B=57.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal13451860.280.9700.27282.7694.7637.45
Hex865BA1C6101B11b5f25
Octal20652723414103343313745
Binary10000110101101110101110011000010110111000110111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8605BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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