Shades of Dark Violet #810EB6
Tints of Dark Violet #810EB6
RGB
CMYK
RGB Variations
Color information
#810EB6 (or 0x810EB6) is known color: Dark Violet. HEX triplet: 81, 0E and B6. RGB value is (129,14,182). Sum of RGB (Red+Green+Blue) = 129+14+182=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 182 (71.48% from 255 or 56% from 325); Max value from RGB is 182 - color contains mainly: blue. Hex color #810EB6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810EB6 is #7EF149. Grayscale: #424242. Windows color (decimal): -8319306 or 11931265. OLE color: 11931265.
HSL color Cylindrical-coordinate representation of color #810EB6: hue angle of 281.07º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #810EB6 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 129 | 14 | 182 | - |
CMYK | 0.29 | 0.92 | 0 | 0.29 |
HSL | 281.07º | 0.86% | 0.38% | - |
HSV(B) | 281.07º | 0.92% | 0.71% | - |
XYZ | 17.65 | 8.36 | 44.94 | - |
YUV | 67.54 | 192.6 | 171.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 129 | 14 | 182 | 0.29 | 0.92 | 0 | 0.29 | 281.07 | 0.86 | 0.38 |
Hex | 81 | E | B6 | 1D | 5C | 0 | 1D | 119 | 56 | 26 |
Octal | 201 | 16 | 266 | 35 | 134 | 0 | 35 | 431 | 126 | 46 |
Binary | 10000001 | 1110 | 10110110 | 11101 | 1011100 | 0 | 11101 | 100011001 | 1010110 | 100110 |
Color Harmonies of #810EB6
Complementary color
Monochromatic Colors of #810EB6
Black with #810EB6
Text Example
Text Example
White with #810EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810EB6; }
p { color: rgb(129,14,182); }
H1.HeaderClassName
{
color: #810EB6;
}
.AnyTagClassName
{
color: #810EB6;
}
</style>
background-color css
<style>
a { background-color: #810EB6; }
a { background-color: rgb(129,14,182); }
div.DivClassName
{
background-color: #810EB6;
}
.BgClassName
{
background-color: #810EB6;
}
</style>
border-color css
<style>
span { border-color: #810EB6; }
span { border-color: rgb(129,14,182); }
td.TdClassName
{
border-color: #810EB6;
}
.TagClassName
{
border-color: #810EB6;
}
</style>