Shades of Dark Violet #8002CE
Tints of Dark Violet #8002CE
RGB
CMYK
RGB Variations
Color information
#8002CE (or 0x8002CE) is known color: Dark Violet. HEX triplet: 80, 02 and CE. RGB value is (128,2,206). Sum of RGB (Red+Green+Blue) = 128+2+206=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #8002CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8002CE is #7FFD31. Grayscale: #3E3E3E. Windows color (decimal): -8387890 or 13501056. OLE color: 13501056.
HSL color Cylindrical-coordinate representation of color #8002CE: hue angle of 277.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8002CE is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 2 | 206 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.19 |
| HSL | 277.06º | 0.98% | 0.41% | - |
| HSV(B) | 277.06º | 0.99% | 0.81% | - |
| XYZ | 20.06 | 9.09 | 59.09 | - |
| YUV | 62.93 | 208.74 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 206 | 0.38 | 0.99 | 0 | 0.19 | 277.06 | 0.98 | 0.41 |
| Hex | 80 | 2 | CE | 26 | 63 | 0 | 13 | 115 | 62 | 29 |
| Octal | 200 | 2 | 316 | 46 | 143 | 0 | 23 | 425 | 142 | 51 |
| Binary | 10000000 | 10 | 11001110 | 100110 | 1100011 | 0 | 10011 | 100010101 | 1100010 | 101001 |
Color Harmonies of #8002CE
Complementary color
Monochromatic Colors of #8002CE
Black with #8002CE
Text Example
Text Example
White with #8002CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8002CE; }
p { color: rgb(128,2,206); }
H1.HeaderClassName
{
color: #8002CE;
}
.AnyTagClassName
{
color: #8002CE;
}
</style>
background-color css
<style>
a { background-color: #8002CE; }
a { background-color: rgb(128,2,206); }
div.DivClassName
{
background-color: #8002CE;
}
.BgClassName
{
background-color: #8002CE;
}
</style>
border-color css
<style>
span { border-color: #8002CE; }
span { border-color: rgb(128,2,206); }
td.TdClassName
{
border-color: #8002CE;
}
.TagClassName
{
border-color: #8002CE;
}
</style>