Shades of Dark Violet #810AAF
Tints of Dark Violet #810AAF
RGB
CMYK
RGB Variations
Color information
#810AAF (or 0x810AAF) is known color: Dark Violet. HEX triplet: 81, 0A and AF. RGB value is (129,10,175). Sum of RGB (Red+Green+Blue) = 129+10+175=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #810AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810AAF is #7EF550. Grayscale: #3F3F3F. Windows color (decimal): -8320337 or 11471489. OLE color: 11471489.
HSL color Cylindrical-coordinate representation of color #810AAF: hue angle of 283.27º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810AAF is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 10 | 175 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.31 |
| HSL | 283.27º | 0.89% | 0.36% | - |
| HSV(B) | 283.27º | 0.94% | 0.69% | - |
| XYZ | 16.9 | 7.98 | 41.21 | - |
| YUV | 64.39 | 190.42 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 10 | 175 | 0.26 | 0.94 | 0 | 0.31 | 283.27 | 0.89 | 0.36 |
| Hex | 81 | A | AF | 1A | 5E | 0 | 1F | 11B | 59 | 24 |
| Octal | 201 | 12 | 257 | 32 | 136 | 0 | 37 | 433 | 131 | 44 |
| Binary | 10000001 | 1010 | 10101111 | 11010 | 1011110 | 0 | 11111 | 100011011 | 1011001 | 100100 |
Color Harmonies of #810AAF
Complementary color
Monochromatic Colors of #810AAF
Black with #810AAF
Text Example
Text Example
White with #810AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810AAF; }
p { color: rgb(129,10,175); }
H1.HeaderClassName
{
color: #810AAF;
}
.AnyTagClassName
{
color: #810AAF;
}
</style>
background-color css
<style>
a { background-color: #810AAF; }
a { background-color: rgb(129,10,175); }
div.DivClassName
{
background-color: #810AAF;
}
.BgClassName
{
background-color: #810AAF;
}
</style>
border-color css
<style>
span { border-color: #810AAF; }
span { border-color: rgb(129,10,175); }
td.TdClassName
{
border-color: #810AAF;
}
.TagClassName
{
border-color: #810AAF;
}
</style>