Shades of Dark Violet #8402DC
Tints of Dark Violet #8402DC
RGB
CMYK
RGB Variations
Color information
#8402DC (or 0x8402DC) is known color: Dark Violet. HEX triplet: 84, 02 and DC. RGB value is (132,2,220). Sum of RGB (Red+Green+Blue) = 132+2+220=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #8402DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8402DC is #7BFD23. Grayscale: #404040. Windows color (decimal): -8125732 or 14418564. OLE color: 14418564.
HSL color Cylindrical-coordinate representation of color #8402DC: hue angle of 275.78º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8402DC is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 2 | 220 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.14 |
| HSL | 275.78º | 0.98% | 0.44% | - |
| HSV(B) | 275.78º | 0.99% | 0.86% | - |
| XYZ | 22.46 | 10.12 | 68.48 | - |
| YUV | 65.72 | 215.07 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 2 | 220 | 0.40 | 0.99 | 0 | 0.14 | 275.78 | 0.98 | 0.44 |
| Hex | 84 | 2 | DC | 28 | 63 | 0 | E | 114 | 62 | 2C |
| Octal | 204 | 2 | 334 | 50 | 143 | 0 | 16 | 424 | 142 | 54 |
| Binary | 10000100 | 10 | 11011100 | 101000 | 1100011 | 0 | 1110 | 100010100 | 1100010 | 101100 |
Color Harmonies of #8402DC
Complementary color
Monochromatic Colors of #8402DC
Black with #8402DC
Text Example
Text Example
White with #8402DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8402DC; }
p { color: rgb(132,2,220); }
H1.HeaderClassName
{
color: #8402DC;
}
.AnyTagClassName
{
color: #8402DC;
}
</style>
background-color css
<style>
a { background-color: #8402DC; }
a { background-color: rgb(132,2,220); }
div.DivClassName
{
background-color: #8402DC;
}
.BgClassName
{
background-color: #8402DC;
}
</style>
border-color css
<style>
span { border-color: #8402DC; }
span { border-color: rgb(132,2,220); }
td.TdClassName
{
border-color: #8402DC;
}
.TagClassName
{
border-color: #8402DC;
}
</style>