Shades of Dark Violet #8014CD
Tints of Dark Violet #8014CD
RGB
CMYK
RGB Variations
Color information
#8014CD (or 0x8014CD) is known color: Dark Violet. HEX triplet: 80, 14 and CD. RGB value is (128,20,205). Sum of RGB (Red+Green+Blue) = 128+20+205=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 20 (8.20% from 255 or 5.67% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #8014CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8014CD is #7FEB32. Grayscale: #484848. Windows color (decimal): -8383283 or 13440128. OLE color: 13440128.
HSL color Cylindrical-coordinate representation of color #8014CD: hue angle of 275.03º 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 #8014CD is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 20 | 205 | - |
| CMYK | 0.38 | 0.90 | 0 | 0.20 |
| HSL | 275.03º | 0.82% | 0.44% | - |
| HSV(B) | 275.03º | 0.9% | 0.8% | - |
| XYZ | 20.17 | 9.5 | 58.53 | - |
| YUV | 73.38 | 202.28 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 205 | 0.38 | 0.90 | 0 | 0.20 | 275.03 | 0.82 | 0.44 |
| Hex | 80 | 14 | CD | 26 | 5A | 0 | 14 | 113 | 52 | 2C |
| Octal | 200 | 24 | 315 | 46 | 132 | 0 | 24 | 423 | 122 | 54 |
| Binary | 10000000 | 10100 | 11001101 | 100110 | 1011010 | 0 | 10100 | 100010011 | 1010010 | 101100 |
Color Harmonies of #8014CD
Complementary color
Monochromatic Colors of #8014CD
Black with #8014CD
Text Example
Text Example
White with #8014CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8014CD; }
p { color: rgb(128,20,205); }
H1.HeaderClassName
{
color: #8014CD;
}
.AnyTagClassName
{
color: #8014CD;
}
</style>
background-color css
<style>
a { background-color: #8014CD; }
a { background-color: rgb(128,20,205); }
div.DivClassName
{
background-color: #8014CD;
}
.BgClassName
{
background-color: #8014CD;
}
</style>
border-color css
<style>
span { border-color: #8014CD; }
span { border-color: rgb(128,20,205); }
td.TdClassName
{
border-color: #8014CD;
}
.TagClassName
{
border-color: #8014CD;
}
</style>