Shades of Dark Violet #810DE0
Tints of Dark Violet #810DE0
RGB
CMYK
RGB Variations
Color information
#810DE0 (or 0x810DE0) is known color: Dark Violet. HEX triplet: 81, 0D and E0. RGB value is (129,13,224). Sum of RGB (Red+Green+Blue) = 129+13+224=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 224 (87.89% from 255 or 61.20% from 366); Max value from RGB is 224 - color contains mainly: blue. Hex color #810DE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810DE0 is #7EF21F. Grayscale: #474747. Windows color (decimal): -8319520 or 14683521. OLE color: 14683521.
HSL color Cylindrical-coordinate representation of color #810DE0: hue angle of 272.99º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810DE0 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 13 | 224 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.12 |
| HSL | 272.99º | 0.89% | 0.46% | - |
| HSV(B) | 272.99º | 0.94% | 0.88% | - |
| XYZ | 22.65 | 10.34 | 71.32 | - |
| YUV | 71.74 | 213.93 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 13 | 224 | 0.42 | 0.94 | 0 | 0.12 | 272.99 | 0.89 | 0.46 |
| Hex | 81 | D | E0 | 2A | 5E | 0 | C | 111 | 59 | 2E |
| Octal | 201 | 15 | 340 | 52 | 136 | 0 | 14 | 421 | 131 | 56 |
| Binary | 10000001 | 1101 | 11100000 | 101010 | 1011110 | 0 | 1100 | 100010001 | 1011001 | 101110 |
Color Harmonies of #810DE0
Complementary color
Monochromatic Colors of #810DE0
Black with #810DE0
Text Example
Text Example
White with #810DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810DE0; }
p { color: rgb(129,13,224); }
H1.HeaderClassName
{
color: #810DE0;
}
.AnyTagClassName
{
color: #810DE0;
}
</style>
background-color css
<style>
a { background-color: #810DE0; }
a { background-color: rgb(129,13,224); }
div.DivClassName
{
background-color: #810DE0;
}
.BgClassName
{
background-color: #810DE0;
}
</style>
border-color css
<style>
span { border-color: #810DE0; }
span { border-color: rgb(129,13,224); }
td.TdClassName
{
border-color: #810DE0;
}
.TagClassName
{
border-color: #810DE0;
}
</style>