#8406B6

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

Shades of Dark Violet #8406B6

Tints of Dark Violet #8406B6

Color information

#8406B6 (or 0x8406B6) is unknown color: approx Dark Violet. HEX triplet: 84, 06 and B6. RGB value is (132,6,182). Sum of RGB (Red+Green+Blue) = 132+6+182=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 182 (71.48% from 255 or 56.88% from 320); Max value from RGB is 182 - color contains mainly: blue. Hex color #8406B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8406B6 is #7BF949. Grayscale: #3F3F3F. Windows color (decimal): -8124746 or 11929220. OLE color: 11929220.

HSL color Cylindrical-coordinate representation of color #8406B6: hue angle of 282.95º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8406B6 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1326182-
CMYK0.270.9700.29
HSL282.95º93.62%36.86%-
HSV(B)282.95º96.7%71.37%-
XYZ18.028.4144.93-
YUV63.74194.74176.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.25%
GREEN value IS 6 (2.73% from 255) = 1.88%
BLUE value IS 182 (71.48% from 255) = 56.88%
R=41.25%
G=1.88%
B=56.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal13261820.270.9700.29282.9593.6236.86
Hex846B61B6101D11b5e25
Octal20462663314103543313645
Binary10000100110101101101101111000010111011000110111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8406B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8406B6; }

 p { color: rgb(132,6,182); }

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

<style>
 a { background-color: #8406B6; }

 a { background-color: rgb(132,6,182); }

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

<style>
 span { border-color: #8406B6; }

 span { border-color: rgb(132,6,182); }

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