Shades of Dark Violet #810DB5
Tints of Dark Violet #810DB5
RGB
CMYK
RGB Variations
Color information
#810DB5 (or 0x810DB5) is known color: Dark Violet. HEX triplet: 81, 0D and B5. RGB value is (129,13,181). Sum of RGB (Red+Green+Blue) = 129+13+181=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 181 (71.09% from 255 or 56.04% from 323); Max value from RGB is 181 - color contains mainly: blue. Hex color #810DB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810DB5 is #7EF24A. Grayscale: #424242. Windows color (decimal): -8319563 or 11865473. OLE color: 11865473.
HSL color Cylindrical-coordinate representation of color #810DB5: hue angle of 281.43º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #810DB5 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 13 | 181 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.29 |
| HSL | 281.43º | 0.87% | 0.38% | - |
| HSV(B) | 281.43º | 0.93% | 0.71% | - |
| XYZ | 17.54 | 8.29 | 44.39 | - |
| YUV | 66.84 | 192.43 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 13 | 181 | 0.29 | 0.93 | 0 | 0.29 | 281.43 | 0.87 | 0.38 |
| Hex | 81 | D | B5 | 1D | 5D | 0 | 1D | 119 | 57 | 26 |
| Octal | 201 | 15 | 265 | 35 | 135 | 0 | 35 | 431 | 127 | 46 |
| Binary | 10000001 | 1101 | 10110101 | 11101 | 1011101 | 0 | 11101 | 100011001 | 1010111 | 100110 |
Color Harmonies of #810DB5
Complementary color
Monochromatic Colors of #810DB5
Black with #810DB5
Text Example
Text Example
White with #810DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810DB5; }
p { color: rgb(129,13,181); }
H1.HeaderClassName
{
color: #810DB5;
}
.AnyTagClassName
{
color: #810DB5;
}
</style>
background-color css
<style>
a { background-color: #810DB5; }
a { background-color: rgb(129,13,181); }
div.DivClassName
{
background-color: #810DB5;
}
.BgClassName
{
background-color: #810DB5;
}
</style>
border-color css
<style>
span { border-color: #810DB5; }
span { border-color: rgb(129,13,181); }
td.TdClassName
{
border-color: #810DB5;
}
.TagClassName
{
border-color: #810DB5;
}
</style>