Shades of Dark Violet #8406DC
Tints of Dark Violet #8406DC
RGB
CMYK
RGB Variations
Color information
#8406DC (or 0x8406DC) is known color: Dark Violet. HEX triplet: 84, 06 and DC. RGB value is (132,6,220). Sum of RGB (Red+Green+Blue) = 132+6+220=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #8406DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8406DC is #7BF923. Grayscale: #434343. Windows color (decimal): -8124708 or 14419588. OLE color: 14419588.
HSL color Cylindrical-coordinate representation of color #8406DC: hue angle of 275.33º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8406DC is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 6 | 220 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.14 |
| HSL | 275.33º | 0.95% | 0.44% | - |
| HSV(B) | 275.33º | 0.97% | 0.86% | - |
| XYZ | 22.5 | 10.2 | 68.49 | - |
| YUV | 68.07 | 213.74 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 6 | 220 | 0.40 | 0.97 | 0 | 0.14 | 275.33 | 0.95 | 0.44 |
| Hex | 84 | 6 | DC | 28 | 61 | 0 | E | 113 | 5F | 2C |
| Octal | 204 | 6 | 334 | 50 | 141 | 0 | 16 | 423 | 137 | 54 |
| Binary | 10000100 | 110 | 11011100 | 101000 | 1100001 | 0 | 1110 | 100010011 | 1011111 | 101100 |
Color Harmonies of #8406DC
Complementary color
Monochromatic Colors of #8406DC
Black with #8406DC
Text Example
Text Example
White with #8406DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8406DC; }
p { color: rgb(132,6,220); }
H1.HeaderClassName
{
color: #8406DC;
}
.AnyTagClassName
{
color: #8406DC;
}
</style>
background-color css
<style>
a { background-color: #8406DC; }
a { background-color: rgb(132,6,220); }
div.DivClassName
{
background-color: #8406DC;
}
.BgClassName
{
background-color: #8406DC;
}
</style>
border-color css
<style>
span { border-color: #8406DC; }
span { border-color: rgb(132,6,220); }
td.TdClassName
{
border-color: #8406DC;
}
.TagClassName
{
border-color: #8406DC;
}
</style>