Shades of Dark Violet #8405DC
Tints of Dark Violet #8405DC
RGB
CMYK
RGB Variations
Color information
#8405DC (or 0x8405DC) is known color: Dark Violet. HEX triplet: 84, 05 and DC. RGB value is (132,5,220). Sum of RGB (Red+Green+Blue) = 132+5+220=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #8405DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8405DC is #7BFA23. Grayscale: #424242. Windows color (decimal): -8124964 or 14419332. OLE color: 14419332.
HSL color Cylindrical-coordinate representation of color #8405DC: hue angle of 275.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8405DC is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 5 | 220 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.14 |
| HSL | 275.44º | 0.96% | 0.44% | - |
| HSV(B) | 275.44º | 0.98% | 0.86% | - |
| XYZ | 22.49 | 10.18 | 68.49 | - |
| YUV | 67.48 | 214.08 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 220 | 0.40 | 0.98 | 0 | 0.14 | 275.44 | 0.96 | 0.44 |
| Hex | 84 | 5 | DC | 28 | 62 | 0 | E | 113 | 60 | 2C |
| Octal | 204 | 5 | 334 | 50 | 142 | 0 | 16 | 423 | 140 | 54 |
| Binary | 10000100 | 101 | 11011100 | 101000 | 1100010 | 0 | 1110 | 100010011 | 1100000 | 101100 |
Color Harmonies of #8405DC
Complementary color
Monochromatic Colors of #8405DC
Black with #8405DC
Text Example
Text Example
White with #8405DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8405DC; }
p { color: rgb(132,5,220); }
H1.HeaderClassName
{
color: #8405DC;
}
.AnyTagClassName
{
color: #8405DC;
}
</style>
background-color css
<style>
a { background-color: #8405DC; }
a { background-color: rgb(132,5,220); }
div.DivClassName
{
background-color: #8405DC;
}
.BgClassName
{
background-color: #8405DC;
}
</style>
border-color css
<style>
span { border-color: #8405DC; }
span { border-color: rgb(132,5,220); }
td.TdClassName
{
border-color: #8405DC;
}
.TagClassName
{
border-color: #8405DC;
}
</style>