Shades of Dark Violet #810AB3
Tints of Dark Violet #810AB3
RGB
CMYK
RGB Variations
Color information
#810AB3 (or 0x810AB3) is known color: Dark Violet. HEX triplet: 81, 0A and B3. RGB value is (129,10,179). Sum of RGB (Red+Green+Blue) = 129+10+179=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 179 (70.31% from 255 or 56.29% from 318); Max value from RGB is 179 - color contains mainly: blue. Hex color #810AB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810AB3 is #7EF54C. Grayscale: #404040. Windows color (decimal): -8320333 or 11733633. OLE color: 11733633.
HSL color Cylindrical-coordinate representation of color #810AB3: hue angle of 282.25º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810AB3 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 10 | 179 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.30 |
| HSL | 282.25º | 0.89% | 0.37% | - |
| HSV(B) | 282.25º | 0.94% | 0.7% | - |
| XYZ | 17.3 | 8.14 | 43.31 | - |
| YUV | 64.85 | 192.42 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 10 | 179 | 0.28 | 0.94 | 0 | 0.30 | 282.25 | 0.89 | 0.37 |
| Hex | 81 | A | B3 | 1C | 5E | 0 | 1E | 11A | 59 | 25 |
| Octal | 201 | 12 | 263 | 34 | 136 | 0 | 36 | 432 | 131 | 45 |
| Binary | 10000001 | 1010 | 10110011 | 11100 | 1011110 | 0 | 11110 | 100011010 | 1011001 | 100101 |
Color Harmonies of #810AB3
Complementary color
Monochromatic Colors of #810AB3
Black with #810AB3
Text Example
Text Example
White with #810AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810AB3; }
p { color: rgb(129,10,179); }
H1.HeaderClassName
{
color: #810AB3;
}
.AnyTagClassName
{
color: #810AB3;
}
</style>
background-color css
<style>
a { background-color: #810AB3; }
a { background-color: rgb(129,10,179); }
div.DivClassName
{
background-color: #810AB3;
}
.BgClassName
{
background-color: #810AB3;
}
</style>
border-color css
<style>
span { border-color: #810AB3; }
span { border-color: rgb(129,10,179); }
td.TdClassName
{
border-color: #810AB3;
}
.TagClassName
{
border-color: #810AB3;
}
</style>