Shades of Dark Violet #8000CA
Tints of Dark Violet #8000CA
RGB
CMYK
RGB Variations
Color information
#8000CA (or 0x8000CA) is known color: Dark Violet. HEX triplet: 80, 00 and CA. RGB value is (128,0,202). Sum of RGB (Red+Green+Blue) = 128+0+202=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #8000CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8000CA is #7FFF35. Grayscale: #3C3C3C. Windows color (decimal): -8388406 or 13238400. OLE color: 13238400.
HSL color Cylindrical-coordinate representation of color #8000CA: hue angle of 278.02º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8000CA is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 0 | 202 | - |
| CMYK | 0.37 | 1 | 0 | 0.21 |
| HSL | 278.02º | 1% | 0.4% | - |
| HSV(B) | 278.02º | 1% | 0.79% | - |
| XYZ | 19.56 | 8.85 | 56.55 | - |
| YUV | 61.3 | 207.41 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 202 | 0.37 | 1 | 0 | 0.21 | 278.02 | 1 | 0.4 |
| Hex | 80 | 0 | CA | 25 | 64 | 0 | 15 | 116 | 64 | 28 |
| Octal | 200 | 0 | 312 | 45 | 144 | 0 | 25 | 426 | 144 | 50 |
| Binary | 10000000 | 0 | 11001010 | 100101 | 1100100 | 0 | 10101 | 100010110 | 1100100 | 101000 |
Color Harmonies of #8000CA
Complementary color
Monochromatic Colors of #8000CA
Black with #8000CA
Text Example
Text Example
White with #8000CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8000CA; }
p { color: rgb(128,0,202); }
H1.HeaderClassName
{
color: #8000CA;
}
.AnyTagClassName
{
color: #8000CA;
}
</style>
background-color css
<style>
a { background-color: #8000CA; }
a { background-color: rgb(128,0,202); }
div.DivClassName
{
background-color: #8000CA;
}
.BgClassName
{
background-color: #8000CA;
}
</style>
border-color css
<style>
span { border-color: #8000CA; }
span { border-color: rgb(128,0,202); }
td.TdClassName
{
border-color: #8000CA;
}
.TagClassName
{
border-color: #8000CA;
}
</style>