Shades of Dark Violet #800DCC
Tints of Dark Violet #800DCC
RGB
CMYK
RGB Variations
Color information
#800DCC (or 0x800DCC) is known color: Dark Violet. HEX triplet: 80, 0D and CC. RGB value is (128,13,204). Sum of RGB (Red+Green+Blue) = 128+13+204=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #800DCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800DCC is #7FF233. Grayscale: #444444. Windows color (decimal): -8385076 or 13372800. OLE color: 13372800.
HSL color Cylindrical-coordinate representation of color #800DCC: hue angle of 276.13º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800DCC is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 13 | 204 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.2 |
| HSL | 276.13º | 0.88% | 0.43% | - |
| HSV(B) | 276.13º | 0.94% | 0.8% | - |
| XYZ | 19.95 | 9.24 | 57.86 | - |
| YUV | 69.16 | 204.1 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 204 | 0.37 | 0.94 | 0 | 0.2 | 276.13 | 0.88 | 0.43 |
| Hex | 80 | D | CC | 25 | 5E | 0 | 14 | 114 | 58 | 2B |
| Octal | 200 | 15 | 314 | 45 | 136 | 0 | 24 | 424 | 130 | 53 |
| Binary | 10000000 | 1101 | 11001100 | 100101 | 1011110 | 0 | 10100 | 100010100 | 1011000 | 101011 |
Color Harmonies of #800DCC
Complementary color
Monochromatic Colors of #800DCC
Black with #800DCC
Text Example
Text Example
White with #800DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800DCC; }
p { color: rgb(128,13,204); }
H1.HeaderClassName
{
color: #800DCC;
}
.AnyTagClassName
{
color: #800DCC;
}
</style>
background-color css
<style>
a { background-color: #800DCC; }
a { background-color: rgb(128,13,204); }
div.DivClassName
{
background-color: #800DCC;
}
.BgClassName
{
background-color: #800DCC;
}
</style>
border-color css
<style>
span { border-color: #800DCC; }
span { border-color: rgb(128,13,204); }
td.TdClassName
{
border-color: #800DCC;
}
.TagClassName
{
border-color: #800DCC;
}
</style>