Shades of Dark Violet #810CAF
Tints of Dark Violet #810CAF
RGB
CMYK
RGB Variations
Color information
#810CAF (or 0x810CAF) is known color: Dark Violet. HEX triplet: 81, 0C and AF. RGB value is (129,12,175). Sum of RGB (Red+Green+Blue) = 129+12+175=316 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.82% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #810CAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810CAF is #7EF350. Grayscale: #414141. Windows color (decimal): -8319825 or 11472001. OLE color: 11472001.
HSL color Cylindrical-coordinate representation of color #810CAF: hue angle of 283.07º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #810CAF is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 12 | 175 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.31 |
| HSL | 283.07º | 0.87% | 0.37% | - |
| HSV(B) | 283.07º | 0.93% | 0.69% | - |
| XYZ | 16.92 | 8.03 | 41.21 | - |
| YUV | 65.57 | 189.76 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 175 | 0.26 | 0.93 | 0 | 0.31 | 283.07 | 0.87 | 0.37 |
| Hex | 81 | C | AF | 1A | 5D | 0 | 1F | 11B | 57 | 25 |
| Octal | 201 | 14 | 257 | 32 | 135 | 0 | 37 | 433 | 127 | 45 |
| Binary | 10000001 | 1100 | 10101111 | 11010 | 1011101 | 0 | 11111 | 100011011 | 1010111 | 100101 |
Color Harmonies of #810CAF
Complementary color
Monochromatic Colors of #810CAF
Black with #810CAF
Text Example
Text Example
White with #810CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810CAF; }
p { color: rgb(129,12,175); }
H1.HeaderClassName
{
color: #810CAF;
}
.AnyTagClassName
{
color: #810CAF;
}
</style>
background-color css
<style>
a { background-color: #810CAF; }
a { background-color: rgb(129,12,175); }
div.DivClassName
{
background-color: #810CAF;
}
.BgClassName
{
background-color: #810CAF;
}
</style>
border-color css
<style>
span { border-color: #810CAF; }
span { border-color: rgb(129,12,175); }
td.TdClassName
{
border-color: #810CAF;
}
.TagClassName
{
border-color: #810CAF;
}
</style>