Shades of Dark Violet #810FAE
Tints of Dark Violet #810FAE
RGB
CMYK
RGB Variations
Color information
#810FAE (or 0x810FAE) is known color: Dark Violet. HEX triplet: 81, 0F and AE. RGB value is (129,15,174). Sum of RGB (Red+Green+Blue) = 129+15+174=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #810FAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810FAE is #7EF051. Grayscale: #424242. Windows color (decimal): -8319058 or 11407233. OLE color: 11407233.
HSL color Cylindrical-coordinate representation of color #810FAE: hue angle of 283.02º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810FAE is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 15 | 174 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.32 |
| HSL | 283.02º | 0.84% | 0.37% | - |
| HSV(B) | 283.02º | 0.91% | 0.68% | - |
| XYZ | 16.86 | 8.06 | 40.71 | - |
| YUV | 67.21 | 188.27 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 15 | 174 | 0.26 | 0.91 | 0 | 0.32 | 283.02 | 0.84 | 0.37 |
| Hex | 81 | F | AE | 1A | 5B | 0 | 20 | 11B | 54 | 25 |
| Octal | 201 | 17 | 256 | 32 | 133 | 0 | 40 | 433 | 124 | 45 |
| Binary | 10000001 | 1111 | 10101110 | 11010 | 1011011 | 0 | 100000 | 100011011 | 1010100 | 100101 |
Color Harmonies of #810FAE
Complementary color
Monochromatic Colors of #810FAE
Black with #810FAE
Text Example
Text Example
White with #810FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810FAE; }
p { color: rgb(129,15,174); }
H1.HeaderClassName
{
color: #810FAE;
}
.AnyTagClassName
{
color: #810FAE;
}
</style>
background-color css
<style>
a { background-color: #810FAE; }
a { background-color: rgb(129,15,174); }
div.DivClassName
{
background-color: #810FAE;
}
.BgClassName
{
background-color: #810FAE;
}
</style>
border-color css
<style>
span { border-color: #810FAE; }
span { border-color: rgb(129,15,174); }
td.TdClassName
{
border-color: #810FAE;
}
.TagClassName
{
border-color: #810FAE;
}
</style>