Shades of Dark Violet #810DDB
Tints of Dark Violet #810DDB
RGB
CMYK
RGB Variations
Color information
#810DDB (or 0x810DDB) is known color: Dark Violet. HEX triplet: 81, 0D and DB. RGB value is (129,13,219). Sum of RGB (Red+Green+Blue) = 129+13+219=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 13 (5.47% from 255 or 3.60% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #810DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810DDB is #7EF224. Grayscale: #464646. Windows color (decimal): -8319525 or 14355841. OLE color: 14355841.
HSL color Cylindrical-coordinate representation of color #810DDB: hue angle of 273.79º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810DDB is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 13 | 219 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.14 |
| HSL | 273.79º | 0.89% | 0.45% | - |
| HSV(B) | 273.79º | 0.94% | 0.86% | - |
| XYZ | 21.98 | 10.07 | 67.8 | - |
| YUV | 71.17 | 211.43 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 13 | 219 | 0.41 | 0.94 | 0 | 0.14 | 273.79 | 0.89 | 0.45 |
| Hex | 81 | D | DB | 29 | 5E | 0 | E | 112 | 59 | 2D |
| Octal | 201 | 15 | 333 | 51 | 136 | 0 | 16 | 422 | 131 | 55 |
| Binary | 10000001 | 1101 | 11011011 | 101001 | 1011110 | 0 | 1110 | 100010010 | 1011001 | 101101 |
Color Harmonies of #810DDB
Complementary color
Monochromatic Colors of #810DDB
Black with #810DDB
Text Example
Text Example
White with #810DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810DDB; }
p { color: rgb(129,13,219); }
H1.HeaderClassName
{
color: #810DDB;
}
.AnyTagClassName
{
color: #810DDB;
}
</style>
background-color css
<style>
a { background-color: #810DDB; }
a { background-color: rgb(129,13,219); }
div.DivClassName
{
background-color: #810DDB;
}
.BgClassName
{
background-color: #810DDB;
}
</style>
border-color css
<style>
span { border-color: #810DDB; }
span { border-color: rgb(129,13,219); }
td.TdClassName
{
border-color: #810DDB;
}
.TagClassName
{
border-color: #810DDB;
}
</style>