Shades of Dark Violet #810EBC
Tints of Dark Violet #810EBC
RGB
CMYK
RGB Variations
Color information
#810EBC (or 0x810EBC) is known color: Dark Violet. HEX triplet: 81, 0E and BC. RGB value is (129,14,188). Sum of RGB (Red+Green+Blue) = 129+14+188=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 14 (5.86% from 255 or 4.23% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #810EBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810EBC is #7EF143. Grayscale: #434343. Windows color (decimal): -8319300 or 12324481. OLE color: 12324481.
HSL color Cylindrical-coordinate representation of color #810EBC: hue angle of 279.66º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #810EBC is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 14 | 188 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.26 |
| HSL | 279.66º | 0.86% | 0.4% | - |
| HSV(B) | 279.66º | 0.93% | 0.74% | - |
| XYZ | 18.29 | 8.61 | 48.28 | - |
| YUV | 68.22 | 195.6 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 14 | 188 | 0.31 | 0.93 | 0 | 0.26 | 279.66 | 0.86 | 0.4 |
| Hex | 81 | E | BC | 1F | 5D | 0 | 1A | 118 | 56 | 28 |
| Octal | 201 | 16 | 274 | 37 | 135 | 0 | 32 | 430 | 126 | 50 |
| Binary | 10000001 | 1110 | 10111100 | 11111 | 1011101 | 0 | 11010 | 100011000 | 1010110 | 101000 |
Color Harmonies of #810EBC
Complementary color
Monochromatic Colors of #810EBC
Black with #810EBC
Text Example
Text Example
White with #810EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810EBC; }
p { color: rgb(129,14,188); }
H1.HeaderClassName
{
color: #810EBC;
}
.AnyTagClassName
{
color: #810EBC;
}
</style>
background-color css
<style>
a { background-color: #810EBC; }
a { background-color: rgb(129,14,188); }
div.DivClassName
{
background-color: #810EBC;
}
.BgClassName
{
background-color: #810EBC;
}
</style>
border-color css
<style>
span { border-color: #810EBC; }
span { border-color: rgb(129,14,188); }
td.TdClassName
{
border-color: #810EBC;
}
.TagClassName
{
border-color: #810EBC;
}
</style>