Shades of Dark Violet #800DDC
Tints of Dark Violet #800DDC
RGB
CMYK
RGB Variations
Color information
#800DDC (or 0x800DDC) is known color: Dark Violet. HEX triplet: 80, 0D and DC. RGB value is (128,13,220). Sum of RGB (Red+Green+Blue) = 128+13+220=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #800DDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800DDC is #7FF223. Grayscale: #464646. Windows color (decimal): -8385060 or 14421376. OLE color: 14421376.
HSL color Cylindrical-coordinate representation of color #800DDC: hue angle of 273.33º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800DDC is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 13 | 220 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.14 |
| HSL | 273.33º | 0.89% | 0.46% | - |
| HSV(B) | 273.33º | 0.94% | 0.86% | - |
| XYZ | 21.96 | 10.04 | 68.49 | - |
| YUV | 70.98 | 212.1 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 220 | 0.42 | 0.94 | 0 | 0.14 | 273.33 | 0.89 | 0.46 |
| Hex | 80 | D | DC | 2A | 5E | 0 | E | 111 | 59 | 2E |
| Octal | 200 | 15 | 334 | 52 | 136 | 0 | 16 | 421 | 131 | 56 |
| Binary | 10000000 | 1101 | 11011100 | 101010 | 1011110 | 0 | 1110 | 100010001 | 1011001 | 101110 |
Color Harmonies of #800DDC
Complementary color
Monochromatic Colors of #800DDC
Black with #800DDC
Text Example
Text Example
White with #800DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800DDC; }
p { color: rgb(128,13,220); }
H1.HeaderClassName
{
color: #800DDC;
}
.AnyTagClassName
{
color: #800DDC;
}
</style>
background-color css
<style>
a { background-color: #800DDC; }
a { background-color: rgb(128,13,220); }
div.DivClassName
{
background-color: #800DDC;
}
.BgClassName
{
background-color: #800DDC;
}
</style>
border-color css
<style>
span { border-color: #800DDC; }
span { border-color: rgb(128,13,220); }
td.TdClassName
{
border-color: #800DDC;
}
.TagClassName
{
border-color: #800DDC;
}
</style>