Shades of Dark Violet #8002CA
Tints of Dark Violet #8002CA
RGB
CMYK
RGB Variations
Color information
#8002CA (or 0x8002CA) is known color: Dark Violet. HEX triplet: 80, 02 and CA. RGB value is (128,2,202). Sum of RGB (Red+Green+Blue) = 128+2+202=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 202 (79.30% from 255 or 60.84% from 332); Max value from RGB is 202 - color contains mainly: blue. Hex color #8002CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8002CA is #7FFD35. Grayscale: #3D3D3D. Windows color (decimal): -8387894 or 13238912. OLE color: 13238912.
HSL color Cylindrical-coordinate representation of color #8002CA: hue angle of 277.8º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8002CA is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 2 | 202 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.21 |
| HSL | 277.8º | 0.98% | 0.4% | - |
| HSV(B) | 277.8º | 0.99% | 0.79% | - |
| XYZ | 19.58 | 8.9 | 56.56 | - |
| YUV | 62.47 | 206.74 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 202 | 0.37 | 0.99 | 0 | 0.21 | 277.8 | 0.98 | 0.4 |
| Hex | 80 | 2 | CA | 25 | 63 | 0 | 15 | 116 | 62 | 28 |
| Octal | 200 | 2 | 312 | 45 | 143 | 0 | 25 | 426 | 142 | 50 |
| Binary | 10000000 | 10 | 11001010 | 100101 | 1100011 | 0 | 10101 | 100010110 | 1100010 | 101000 |
Color Harmonies of #8002CA
Complementary color
Monochromatic Colors of #8002CA
Black with #8002CA
Text Example
Text Example
White with #8002CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8002CA; }
p { color: rgb(128,2,202); }
H1.HeaderClassName
{
color: #8002CA;
}
.AnyTagClassName
{
color: #8002CA;
}
</style>
background-color css
<style>
a { background-color: #8002CA; }
a { background-color: rgb(128,2,202); }
div.DivClassName
{
background-color: #8002CA;
}
.BgClassName
{
background-color: #8002CA;
}
</style>
border-color css
<style>
span { border-color: #8002CA; }
span { border-color: rgb(128,2,202); }
td.TdClassName
{
border-color: #8002CA;
}
.TagClassName
{
border-color: #8002CA;
}
</style>