Shades of Dark Violet #810AB8
Tints of Dark Violet #810AB8
RGB
CMYK
RGB Variations
Color information
#810AB8 (or 0x810AB8) is known color: Dark Violet. HEX triplet: 81, 0A and B8. RGB value is (129,10,184). Sum of RGB (Red+Green+Blue) = 129+10+184=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 184 (72.27% from 255 or 56.97% from 323); Max value from RGB is 184 - color contains mainly: blue. Hex color #810AB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810AB8 is #7EF547. Grayscale: #404040. Windows color (decimal): -8320328 or 12061313. OLE color: 12061313.
HSL color Cylindrical-coordinate representation of color #810AB8: hue angle of 281.03º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810AB8 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 10 | 184 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.28 |
| HSL | 281.03º | 0.9% | 0.38% | - |
| HSV(B) | 281.03º | 0.95% | 0.72% | - |
| XYZ | 17.81 | 8.34 | 46.02 | - |
| YUV | 65.42 | 194.92 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 10 | 184 | 0.30 | 0.95 | 0 | 0.28 | 281.03 | 0.9 | 0.38 |
| Hex | 81 | A | B8 | 1E | 5F | 0 | 1C | 119 | 5A | 26 |
| Octal | 201 | 12 | 270 | 36 | 137 | 0 | 34 | 431 | 132 | 46 |
| Binary | 10000001 | 1010 | 10111000 | 11110 | 1011111 | 0 | 11100 | 100011001 | 1011010 | 100110 |
Color Harmonies of #810AB8
Complementary color
Monochromatic Colors of #810AB8
Black with #810AB8
Text Example
Text Example
White with #810AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810AB8; }
p { color: rgb(129,10,184); }
H1.HeaderClassName
{
color: #810AB8;
}
.AnyTagClassName
{
color: #810AB8;
}
</style>
background-color css
<style>
a { background-color: #810AB8; }
a { background-color: rgb(129,10,184); }
div.DivClassName
{
background-color: #810AB8;
}
.BgClassName
{
background-color: #810AB8;
}
</style>
border-color css
<style>
span { border-color: #810AB8; }
span { border-color: rgb(129,10,184); }
td.TdClassName
{
border-color: #810AB8;
}
.TagClassName
{
border-color: #810AB8;
}
</style>