Shades of Dark Violet #810DDE
Tints of Dark Violet #810DDE
RGB
CMYK
RGB Variations
Color information
#810DDE (or 0x810DDE) is known color: Dark Violet. HEX triplet: 81, 0D and DE. RGB value is (129,13,222). Sum of RGB (Red+Green+Blue) = 129+13+222=364 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.44% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 222 (87.11% from 255 or 60.99% from 364); Max value from RGB is 222 - color contains mainly: blue. Hex color #810DDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810DDE is #7EF221. Grayscale: #464646. Windows color (decimal): -8319522 or 14552449. OLE color: 14552449.
HSL color Cylindrical-coordinate representation of color #810DDE: hue angle of 273.3º 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 #810DDE is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 13 | 222 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.13 |
| HSL | 273.3º | 0.89% | 0.46% | - |
| HSV(B) | 273.3º | 0.94% | 0.87% | - |
| XYZ | 22.38 | 10.23 | 69.9 | - |
| YUV | 71.51 | 212.93 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 13 | 222 | 0.42 | 0.94 | 0 | 0.13 | 273.3 | 0.89 | 0.46 |
| Hex | 81 | D | DE | 2A | 5E | 0 | D | 111 | 59 | 2E |
| Octal | 201 | 15 | 336 | 52 | 136 | 0 | 15 | 421 | 131 | 56 |
| Binary | 10000001 | 1101 | 11011110 | 101010 | 1011110 | 0 | 1101 | 100010001 | 1011001 | 101110 |
Color Harmonies of #810DDE
Complementary color
Monochromatic Colors of #810DDE
Black with #810DDE
Text Example
Text Example
White with #810DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810DDE; }
p { color: rgb(129,13,222); }
H1.HeaderClassName
{
color: #810DDE;
}
.AnyTagClassName
{
color: #810DDE;
}
</style>
background-color css
<style>
a { background-color: #810DDE; }
a { background-color: rgb(129,13,222); }
div.DivClassName
{
background-color: #810DDE;
}
.BgClassName
{
background-color: #810DDE;
}
</style>
border-color css
<style>
span { border-color: #810DDE; }
span { border-color: rgb(129,13,222); }
td.TdClassName
{
border-color: #810DDE;
}
.TagClassName
{
border-color: #810DDE;
}
</style>