Shades of Dark Violet #810AB0
Tints of Dark Violet #810AB0
RGB
CMYK
RGB Variations
Color information
#810AB0 (or 0x810AB0) is known color: Dark Violet. HEX triplet: 81, 0A and B0. RGB value is (129,10,176). Sum of RGB (Red+Green+Blue) = 129+10+176=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 176 (69.14% from 255 or 55.87% from 315); Max value from RGB is 176 - color contains mainly: blue. Hex color #810AB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810AB0 is #7EF54F. Grayscale: #3F3F3F. Windows color (decimal): -8320336 or 11537025. OLE color: 11537025.
HSL color Cylindrical-coordinate representation of color #810AB0: hue angle of 283.01º 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 #810AB0 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 10 | 176 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.31 |
| HSL | 283.01º | 0.89% | 0.36% | - |
| HSV(B) | 283.01º | 0.94% | 0.69% | - |
| XYZ | 17 | 8.02 | 41.73 | - |
| YUV | 64.51 | 190.92 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 10 | 176 | 0.27 | 0.94 | 0 | 0.31 | 283.01 | 0.89 | 0.36 |
| Hex | 81 | A | B0 | 1B | 5E | 0 | 1F | 11B | 59 | 24 |
| Octal | 201 | 12 | 260 | 33 | 136 | 0 | 37 | 433 | 131 | 44 |
| Binary | 10000001 | 1010 | 10110000 | 11011 | 1011110 | 0 | 11111 | 100011011 | 1011001 | 100100 |
Color Harmonies of #810AB0
Complementary color
Monochromatic Colors of #810AB0
Black with #810AB0
Text Example
Text Example
White with #810AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810AB0; }
p { color: rgb(129,10,176); }
H1.HeaderClassName
{
color: #810AB0;
}
.AnyTagClassName
{
color: #810AB0;
}
</style>
background-color css
<style>
a { background-color: #810AB0; }
a { background-color: rgb(129,10,176); }
div.DivClassName
{
background-color: #810AB0;
}
.BgClassName
{
background-color: #810AB0;
}
</style>
border-color css
<style>
span { border-color: #810AB0; }
span { border-color: rgb(129,10,176); }
td.TdClassName
{
border-color: #810AB0;
}
.TagClassName
{
border-color: #810AB0;
}
</style>