Shades of Dark Violet #8002DC
Tints of Dark Violet #8002DC
RGB
CMYK
RGB Variations
Color information
#8002DC (or 0x8002DC) is known color: Dark Violet. HEX triplet: 80, 02 and DC. RGB value is (128,2,220). Sum of RGB (Red+Green+Blue) = 128+2+220=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #8002DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8002DC is #7FFD23. Grayscale: #3F3F3F. Windows color (decimal): -8387876 or 14418560. OLE color: 14418560.
HSL color Cylindrical-coordinate representation of color #8002DC: hue angle of 274.68º 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 #8002DC is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 2 | 220 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.14 |
| HSL | 274.68º | 0.98% | 0.44% | - |
| HSV(B) | 274.68º | 0.99% | 0.86% | - |
| XYZ | 21.84 | 9.8 | 68.45 | - |
| YUV | 64.53 | 215.74 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 220 | 0.42 | 0.99 | 0 | 0.14 | 274.68 | 0.98 | 0.44 |
| Hex | 80 | 2 | DC | 2A | 63 | 0 | E | 113 | 62 | 2C |
| Octal | 200 | 2 | 334 | 52 | 143 | 0 | 16 | 423 | 142 | 54 |
| Binary | 10000000 | 10 | 11011100 | 101010 | 1100011 | 0 | 1110 | 100010011 | 1100010 | 101100 |
Color Harmonies of #8002DC
Complementary color
Monochromatic Colors of #8002DC
Black with #8002DC
Text Example
Text Example
White with #8002DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8002DC; }
p { color: rgb(128,2,220); }
H1.HeaderClassName
{
color: #8002DC;
}
.AnyTagClassName
{
color: #8002DC;
}
</style>
background-color css
<style>
a { background-color: #8002DC; }
a { background-color: rgb(128,2,220); }
div.DivClassName
{
background-color: #8002DC;
}
.BgClassName
{
background-color: #8002DC;
}
</style>
border-color css
<style>
span { border-color: #8002DC; }
span { border-color: rgb(128,2,220); }
td.TdClassName
{
border-color: #8002DC;
}
.TagClassName
{
border-color: #8002DC;
}
</style>