Shades of Dark Violet #810AB6
Tints of Dark Violet #810AB6
RGB
CMYK
RGB Variations
Color information
#810AB6 (or 0x810AB6) is known color: Dark Violet. HEX triplet: 81, 0A and B6. RGB value is (129,10,182). Sum of RGB (Red+Green+Blue) = 129+10+182=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 182 (71.48% from 255 or 56.70% from 321); Max value from RGB is 182 - color contains mainly: blue. Hex color #810AB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810AB6 is #7EF549. Grayscale: #404040. Windows color (decimal): -8320330 or 11930241. OLE color: 11930241.
HSL color Cylindrical-coordinate representation of color #810AB6: hue angle of 281.51º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810AB6 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 10 | 182 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.29 |
| HSL | 281.51º | 0.9% | 0.38% | - |
| HSV(B) | 281.51º | 0.95% | 0.71% | - |
| XYZ | 17.61 | 8.26 | 44.92 | - |
| YUV | 65.19 | 193.92 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 10 | 182 | 0.29 | 0.95 | 0 | 0.29 | 281.51 | 0.9 | 0.38 |
| Hex | 81 | A | B6 | 1D | 5F | 0 | 1D | 11A | 5A | 26 |
| Octal | 201 | 12 | 266 | 35 | 137 | 0 | 35 | 432 | 132 | 46 |
| Binary | 10000001 | 1010 | 10110110 | 11101 | 1011111 | 0 | 11101 | 100011010 | 1011010 | 100110 |
Color Harmonies of #810AB6
Complementary color
Monochromatic Colors of #810AB6
Black with #810AB6
Text Example
Text Example
White with #810AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810AB6; }
p { color: rgb(129,10,182); }
H1.HeaderClassName
{
color: #810AB6;
}
.AnyTagClassName
{
color: #810AB6;
}
</style>
background-color css
<style>
a { background-color: #810AB6; }
a { background-color: rgb(129,10,182); }
div.DivClassName
{
background-color: #810AB6;
}
.BgClassName
{
background-color: #810AB6;
}
</style>
border-color css
<style>
span { border-color: #810AB6; }
span { border-color: rgb(129,10,182); }
td.TdClassName
{
border-color: #810AB6;
}
.TagClassName
{
border-color: #810AB6;
}
</style>