Shades of Dark Violet #8014D1
Tints of Dark Violet #8014D1
RGB
CMYK
RGB Variations
Color information
#8014D1 (or 0x8014D1) is known color: Dark Violet. HEX triplet: 80, 14 and D1. RGB value is (128,20,209). Sum of RGB (Red+Green+Blue) = 128+20+209=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 209 (82.03% from 255 or 58.54% from 357); Max value from RGB is 209 - color contains mainly: blue. Hex color #8014D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8014D1 is #7FEB2E. Grayscale: #494949. Windows color (decimal): -8383279 or 13702272. OLE color: 13702272.
HSL color Cylindrical-coordinate representation of color #8014D1: hue angle of 274.29º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8014D1 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 20 | 209 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.18 |
| HSL | 274.29º | 0.83% | 0.45% | - |
| HSV(B) | 274.29º | 0.9% | 0.82% | - |
| XYZ | 20.66 | 9.69 | 61.1 | - |
| YUV | 73.84 | 204.28 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 209 | 0.39 | 0.90 | 0 | 0.18 | 274.29 | 0.83 | 0.45 |
| Hex | 80 | 14 | D1 | 27 | 5A | 0 | 12 | 112 | 53 | 2D |
| Octal | 200 | 24 | 321 | 47 | 132 | 0 | 22 | 422 | 123 | 55 |
| Binary | 10000000 | 10100 | 11010001 | 100111 | 1011010 | 0 | 10010 | 100010010 | 1010011 | 101101 |
Color Harmonies of #8014D1
Complementary color
Monochromatic Colors of #8014D1
Black with #8014D1
Text Example
Text Example
White with #8014D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8014D1; }
p { color: rgb(128,20,209); }
H1.HeaderClassName
{
color: #8014D1;
}
.AnyTagClassName
{
color: #8014D1;
}
</style>
background-color css
<style>
a { background-color: #8014D1; }
a { background-color: rgb(128,20,209); }
div.DivClassName
{
background-color: #8014D1;
}
.BgClassName
{
background-color: #8014D1;
}
</style>
border-color css
<style>
span { border-color: #8014D1; }
span { border-color: rgb(128,20,209); }
td.TdClassName
{
border-color: #8014D1;
}
.TagClassName
{
border-color: #8014D1;
}
</style>