Shades of Dark Violet #810ABE
Tints of Dark Violet #810ABE
RGB
CMYK
RGB Variations
Color information
#810ABE (or 0x810ABE) is known color: Dark Violet. HEX triplet: 81, 0A and BE. RGB value is (129,10,190). Sum of RGB (Red+Green+Blue) = 129+10+190=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #810ABE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810ABE is #7EF541. Grayscale: #414141. Windows color (decimal): -8320322 or 12454529. OLE color: 12454529.
HSL color Cylindrical-coordinate representation of color #810ABE: hue angle of 279.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810ABE is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 10 | 190 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.25 |
| HSL | 279.67º | 0.9% | 0.39% | - |
| HSV(B) | 279.67º | 0.95% | 0.75% | - |
| XYZ | 18.46 | 8.6 | 49.4 | - |
| YUV | 66.1 | 197.92 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 10 | 190 | 0.32 | 0.95 | 0 | 0.25 | 279.67 | 0.9 | 0.39 |
| Hex | 81 | A | BE | 20 | 5F | 0 | 19 | 118 | 5A | 27 |
| Octal | 201 | 12 | 276 | 40 | 137 | 0 | 31 | 430 | 132 | 47 |
| Binary | 10000001 | 1010 | 10111110 | 100000 | 1011111 | 0 | 11001 | 100011000 | 1011010 | 100111 |
Color Harmonies of #810ABE
Complementary color
Monochromatic Colors of #810ABE
Black with #810ABE
Text Example
Text Example
White with #810ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810ABE; }
p { color: rgb(129,10,190); }
H1.HeaderClassName
{
color: #810ABE;
}
.AnyTagClassName
{
color: #810ABE;
}
</style>
background-color css
<style>
a { background-color: #810ABE; }
a { background-color: rgb(129,10,190); }
div.DivClassName
{
background-color: #810ABE;
}
.BgClassName
{
background-color: #810ABE;
}
</style>
border-color css
<style>
span { border-color: #810ABE; }
span { border-color: rgb(129,10,190); }
td.TdClassName
{
border-color: #810ABE;
}
.TagClassName
{
border-color: #810ABE;
}
</style>