Shades of Dark Violet #8002CC
Tints of Dark Violet #8002CC
RGB
CMYK
RGB Variations
Color information
#8002CC (or 0x8002CC) is known color: Dark Violet. HEX triplet: 80, 02 and CC. RGB value is (128,2,204). Sum of RGB (Red+Green+Blue) = 128+2+204=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 204 (80.08% from 255 or 61.08% from 334); Max value from RGB is 204 - color contains mainly: blue. Hex color #8002CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8002CC is #7FFD33. Grayscale: #3E3E3E. Windows color (decimal): -8387892 or 13369984. OLE color: 13369984.
HSL color Cylindrical-coordinate representation of color #8002CC: hue angle of 277.43º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8002CC is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 2 | 204 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.2 |
| HSL | 277.43º | 0.98% | 0.4% | - |
| HSV(B) | 277.43º | 0.99% | 0.8% | - |
| XYZ | 19.82 | 8.99 | 57.82 | - |
| YUV | 62.7 | 207.74 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 204 | 0.37 | 0.99 | 0 | 0.2 | 277.43 | 0.98 | 0.4 |
| Hex | 80 | 2 | CC | 25 | 63 | 0 | 14 | 115 | 62 | 28 |
| Octal | 200 | 2 | 314 | 45 | 143 | 0 | 24 | 425 | 142 | 50 |
| Binary | 10000000 | 10 | 11001100 | 100101 | 1100011 | 0 | 10100 | 100010101 | 1100010 | 101000 |
Color Harmonies of #8002CC
Complementary color
Monochromatic Colors of #8002CC
Black with #8002CC
Text Example
Text Example
White with #8002CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8002CC; }
p { color: rgb(128,2,204); }
H1.HeaderClassName
{
color: #8002CC;
}
.AnyTagClassName
{
color: #8002CC;
}
</style>
background-color css
<style>
a { background-color: #8002CC; }
a { background-color: rgb(128,2,204); }
div.DivClassName
{
background-color: #8002CC;
}
.BgClassName
{
background-color: #8002CC;
}
</style>
border-color css
<style>
span { border-color: #8002CC; }
span { border-color: rgb(128,2,204); }
td.TdClassName
{
border-color: #8002CC;
}
.TagClassName
{
border-color: #8002CC;
}
</style>