Shades of Dark Violet #810DDA
Tints of Dark Violet #810DDA
RGB
CMYK
RGB Variations
Color information
#810DDA (or 0x810DDA) is known color: Dark Violet. HEX triplet: 81, 0D and DA. RGB value is (129,13,218). Sum of RGB (Red+Green+Blue) = 129+13+218=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #810DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810DDA is #7EF225. Grayscale: #464646. Windows color (decimal): -8319526 or 14290305. OLE color: 14290305.
HSL color Cylindrical-coordinate representation of color #810DDA: hue angle of 273.95º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810DDA is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 13 | 218 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.15 |
| HSL | 273.95º | 0.89% | 0.45% | - |
| HSV(B) | 273.95º | 0.94% | 0.85% | - |
| XYZ | 21.85 | 10.02 | 67.11 | - |
| YUV | 71.05 | 210.93 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 13 | 218 | 0.41 | 0.94 | 0 | 0.15 | 273.95 | 0.89 | 0.45 |
| Hex | 81 | D | DA | 29 | 5E | 0 | F | 112 | 59 | 2D |
| Octal | 201 | 15 | 332 | 51 | 136 | 0 | 17 | 422 | 131 | 55 |
| Binary | 10000001 | 1101 | 11011010 | 101001 | 1011110 | 0 | 1111 | 100010010 | 1011001 | 101101 |
Color Harmonies of #810DDA
Complementary color
Monochromatic Colors of #810DDA
Black with #810DDA
Text Example
Text Example
White with #810DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810DDA; }
p { color: rgb(129,13,218); }
H1.HeaderClassName
{
color: #810DDA;
}
.AnyTagClassName
{
color: #810DDA;
}
</style>
background-color css
<style>
a { background-color: #810DDA; }
a { background-color: rgb(129,13,218); }
div.DivClassName
{
background-color: #810DDA;
}
.BgClassName
{
background-color: #810DDA;
}
</style>
border-color css
<style>
span { border-color: #810DDA; }
span { border-color: rgb(129,13,218); }
td.TdClassName
{
border-color: #810DDA;
}
.TagClassName
{
border-color: #810DDA;
}
</style>