Shades of Dark Violet #810BAE
Tints of Dark Violet #810BAE
RGB
CMYK
RGB Variations
Color information
#810BAE (or 0x810BAE) is known color: Dark Violet. HEX triplet: 81, 0B and AE. RGB value is (129,11,174). Sum of RGB (Red+Green+Blue) = 129+11+174=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #810BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810BAE is #7EF451. Grayscale: #404040. Windows color (decimal): -8320082 or 11406209. OLE color: 11406209.
HSL color Cylindrical-coordinate representation of color #810BAE: hue angle of 283.44º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810BAE is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 11 | 174 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.32 |
| HSL | 283.44º | 0.88% | 0.36% | - |
| HSV(B) | 283.44º | 0.94% | 0.68% | - |
| XYZ | 16.81 | 7.96 | 40.7 | - |
| YUV | 64.86 | 189.59 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 174 | 0.26 | 0.94 | 0 | 0.32 | 283.44 | 0.88 | 0.36 |
| Hex | 81 | B | AE | 1A | 5E | 0 | 20 | 11B | 58 | 24 |
| Octal | 201 | 13 | 256 | 32 | 136 | 0 | 40 | 433 | 130 | 44 |
| Binary | 10000001 | 1011 | 10101110 | 11010 | 1011110 | 0 | 100000 | 100011011 | 1011000 | 100100 |
Color Harmonies of #810BAE
Complementary color
Monochromatic Colors of #810BAE
Black with #810BAE
Text Example
Text Example
White with #810BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810BAE; }
p { color: rgb(129,11,174); }
H1.HeaderClassName
{
color: #810BAE;
}
.AnyTagClassName
{
color: #810BAE;
}
</style>
background-color css
<style>
a { background-color: #810BAE; }
a { background-color: rgb(129,11,174); }
div.DivClassName
{
background-color: #810BAE;
}
.BgClassName
{
background-color: #810BAE;
}
</style>
border-color css
<style>
span { border-color: #810BAE; }
span { border-color: rgb(129,11,174); }
td.TdClassName
{
border-color: #810BAE;
}
.TagClassName
{
border-color: #810BAE;
}
</style>