Shades of Dark Violet #8014CA
Tints of Dark Violet #8014CA
RGB
CMYK
RGB Variations
Color information
#8014CA (or 0x8014CA) is known color: Dark Violet. HEX triplet: 80, 14 and CA. RGB value is (128,20,202). Sum of RGB (Red+Green+Blue) = 128+20+202=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 202 (79.30% from 255 or 57.71% from 350); Max value from RGB is 202 - color contains mainly: blue. Hex color #8014CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8014CA is #7FEB35. Grayscale: #484848. Windows color (decimal): -8383286 or 13243520. OLE color: 13243520.
HSL color Cylindrical-coordinate representation of color #8014CA: hue angle of 275.6º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8014CA is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 20 | 202 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.21 |
| HSL | 275.6º | 0.82% | 0.44% | - |
| HSV(B) | 275.6º | 0.9% | 0.79% | - |
| XYZ | 19.81 | 9.35 | 56.64 | - |
| YUV | 73.04 | 200.78 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 202 | 0.37 | 0.90 | 0 | 0.21 | 275.6 | 0.82 | 0.44 |
| Hex | 80 | 14 | CA | 25 | 5A | 0 | 15 | 114 | 52 | 2C |
| Octal | 200 | 24 | 312 | 45 | 132 | 0 | 25 | 424 | 122 | 54 |
| Binary | 10000000 | 10100 | 11001010 | 100101 | 1011010 | 0 | 10101 | 100010100 | 1010010 | 101100 |
Color Harmonies of #8014CA
Complementary color
Monochromatic Colors of #8014CA
Black with #8014CA
Text Example
Text Example
White with #8014CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8014CA; }
p { color: rgb(128,20,202); }
H1.HeaderClassName
{
color: #8014CA;
}
.AnyTagClassName
{
color: #8014CA;
}
</style>
background-color css
<style>
a { background-color: #8014CA; }
a { background-color: rgb(128,20,202); }
div.DivClassName
{
background-color: #8014CA;
}
.BgClassName
{
background-color: #8014CA;
}
</style>
border-color css
<style>
span { border-color: #8014CA; }
span { border-color: rgb(128,20,202); }
td.TdClassName
{
border-color: #8014CA;
}
.TagClassName
{
border-color: #8014CA;
}
</style>