Shades of Dark Violet #8014CC
Tints of Dark Violet #8014CC
RGB
CMYK
RGB Variations
Color information
#8014CC (or 0x8014CC) is known color: Dark Violet. HEX triplet: 80, 14 and CC. RGB value is (128,20,204). Sum of RGB (Red+Green+Blue) = 128+20+204=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #8014CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8014CC is #7FEB33. Grayscale: #484848. Windows color (decimal): -8383284 or 13374592. OLE color: 13374592.
HSL color Cylindrical-coordinate representation of color #8014CC: hue angle of 275.22º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8014CC is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 20 | 204 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.2 |
| HSL | 275.22º | 0.82% | 0.44% | - |
| HSV(B) | 275.22º | 0.9% | 0.8% | - |
| XYZ | 20.05 | 9.45 | 57.89 | - |
| YUV | 73.27 | 201.78 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 204 | 0.37 | 0.90 | 0 | 0.2 | 275.22 | 0.82 | 0.44 |
| Hex | 80 | 14 | CC | 25 | 5A | 0 | 14 | 113 | 52 | 2C |
| Octal | 200 | 24 | 314 | 45 | 132 | 0 | 24 | 423 | 122 | 54 |
| Binary | 10000000 | 10100 | 11001100 | 100101 | 1011010 | 0 | 10100 | 100010011 | 1010010 | 101100 |
Color Harmonies of #8014CC
Complementary color
Monochromatic Colors of #8014CC
Black with #8014CC
Text Example
Text Example
White with #8014CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8014CC; }
p { color: rgb(128,20,204); }
H1.HeaderClassName
{
color: #8014CC;
}
.AnyTagClassName
{
color: #8014CC;
}
</style>
background-color css
<style>
a { background-color: #8014CC; }
a { background-color: rgb(128,20,204); }
div.DivClassName
{
background-color: #8014CC;
}
.BgClassName
{
background-color: #8014CC;
}
</style>
border-color css
<style>
span { border-color: #8014CC; }
span { border-color: rgb(128,20,204); }
td.TdClassName
{
border-color: #8014CC;
}
.TagClassName
{
border-color: #8014CC;
}
</style>