Shades of Dark Violet #810DDD
Tints of Dark Violet #810DDD
RGB
CMYK
RGB Variations
Color information
#810DDD (or 0x810DDD) is known color: Dark Violet. HEX triplet: 81, 0D and DD. RGB value is (129,13,221). Sum of RGB (Red+Green+Blue) = 129+13+221=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #810DDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810DDD is #7EF222. Grayscale: #464646. Windows color (decimal): -8319523 or 14486913. OLE color: 14486913.
HSL color Cylindrical-coordinate representation of color #810DDD: hue angle of 273.46º 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 #810DDD is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 13 | 221 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.13 |
| HSL | 273.46º | 0.89% | 0.46% | - |
| HSV(B) | 273.46º | 0.94% | 0.87% | - |
| XYZ | 22.25 | 10.18 | 69.2 | - |
| YUV | 71.4 | 212.43 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 13 | 221 | 0.42 | 0.94 | 0 | 0.13 | 273.46 | 0.89 | 0.46 |
| Hex | 81 | D | DD | 2A | 5E | 0 | D | 111 | 59 | 2E |
| Octal | 201 | 15 | 335 | 52 | 136 | 0 | 15 | 421 | 131 | 56 |
| Binary | 10000001 | 1101 | 11011101 | 101010 | 1011110 | 0 | 1101 | 100010001 | 1011001 | 101110 |
Color Harmonies of #810DDD
Complementary color
Monochromatic Colors of #810DDD
Black with #810DDD
Text Example
Text Example
White with #810DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810DDD; }
p { color: rgb(129,13,221); }
H1.HeaderClassName
{
color: #810DDD;
}
.AnyTagClassName
{
color: #810DDD;
}
</style>
background-color css
<style>
a { background-color: #810DDD; }
a { background-color: rgb(129,13,221); }
div.DivClassName
{
background-color: #810DDD;
}
.BgClassName
{
background-color: #810DDD;
}
</style>
border-color css
<style>
span { border-color: #810DDD; }
span { border-color: rgb(129,13,221); }
td.TdClassName
{
border-color: #810DDD;
}
.TagClassName
{
border-color: #810DDD;
}
</style>