Shades of Dark Violet #800DDE
Tints of Dark Violet #800DDE
RGB
CMYK
RGB Variations
Color information
#800DDE (or 0x800DDE) is known color: Dark Violet. HEX triplet: 80, 0D and DE. RGB value is (128,13,222). Sum of RGB (Red+Green+Blue) = 128+13+222=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #800DDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800DDE is #7FF221. Grayscale: #464646. Windows color (decimal): -8385058 or 14552448. OLE color: 14552448.
HSL color Cylindrical-coordinate representation of color #800DDE: hue angle of 273.01º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800DDE is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 13 | 222 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.13 |
| HSL | 273.01º | 0.89% | 0.46% | - |
| HSV(B) | 273.01º | 0.94% | 0.87% | - |
| XYZ | 22.23 | 10.15 | 69.89 | - |
| YUV | 71.21 | 213.1 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 222 | 0.42 | 0.94 | 0 | 0.13 | 273.01 | 0.89 | 0.46 |
| Hex | 80 | D | DE | 2A | 5E | 0 | D | 111 | 59 | 2E |
| Octal | 200 | 15 | 336 | 52 | 136 | 0 | 15 | 421 | 131 | 56 |
| Binary | 10000000 | 1101 | 11011110 | 101010 | 1011110 | 0 | 1101 | 100010001 | 1011001 | 101110 |
Color Harmonies of #800DDE
Complementary color
Monochromatic Colors of #800DDE
Black with #800DDE
Text Example
Text Example
White with #800DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800DDE; }
p { color: rgb(128,13,222); }
H1.HeaderClassName
{
color: #800DDE;
}
.AnyTagClassName
{
color: #800DDE;
}
</style>
background-color css
<style>
a { background-color: #800DDE; }
a { background-color: rgb(128,13,222); }
div.DivClassName
{
background-color: #800DDE;
}
.BgClassName
{
background-color: #800DDE;
}
</style>
border-color css
<style>
span { border-color: #800DDE; }
span { border-color: rgb(128,13,222); }
td.TdClassName
{
border-color: #800DDE;
}
.TagClassName
{
border-color: #800DDE;
}
</style>