Shades of Dark Violet #810BB5
Tints of Dark Violet #810BB5
RGB
CMYK
RGB Variations
Color information
#810BB5 (or 0x810BB5) is known color: Dark Violet. HEX triplet: 81, 0B and B5. RGB value is (129,11,181). Sum of RGB (Red+Green+Blue) = 129+11+181=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 181 (71.09% from 255 or 56.39% from 321); Max value from RGB is 181 - color contains mainly: blue. Hex color #810BB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810BB5 is #7EF44A. Grayscale: #414141. Windows color (decimal): -8320075 or 11864961. OLE color: 11864961.
HSL color Cylindrical-coordinate representation of color #810BB5: hue angle of 281.65º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810BB5 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 11 | 181 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.29 |
| HSL | 281.65º | 0.89% | 0.38% | - |
| HSV(B) | 281.65º | 0.94% | 0.71% | - |
| XYZ | 17.51 | 8.24 | 44.38 | - |
| YUV | 65.66 | 193.09 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 181 | 0.29 | 0.94 | 0 | 0.29 | 281.65 | 0.89 | 0.38 |
| Hex | 81 | B | B5 | 1D | 5E | 0 | 1D | 11A | 59 | 26 |
| Octal | 201 | 13 | 265 | 35 | 136 | 0 | 35 | 432 | 131 | 46 |
| Binary | 10000001 | 1011 | 10110101 | 11101 | 1011110 | 0 | 11101 | 100011010 | 1011001 | 100110 |
Color Harmonies of #810BB5
Complementary color
Monochromatic Colors of #810BB5
Black with #810BB5
Text Example
Text Example
White with #810BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810BB5; }
p { color: rgb(129,11,181); }
H1.HeaderClassName
{
color: #810BB5;
}
.AnyTagClassName
{
color: #810BB5;
}
</style>
background-color css
<style>
a { background-color: #810BB5; }
a { background-color: rgb(129,11,181); }
div.DivClassName
{
background-color: #810BB5;
}
.BgClassName
{
background-color: #810BB5;
}
</style>
border-color css
<style>
span { border-color: #810BB5; }
span { border-color: rgb(129,11,181); }
td.TdClassName
{
border-color: #810BB5;
}
.TagClassName
{
border-color: #810BB5;
}
</style>