Shades of Dark Violet #810EDF
Tints of Dark Violet #810EDF
RGB
CMYK
RGB Variations
Color information
#810EDF (or 0x810EDF) is known color: Dark Violet. HEX triplet: 81, 0E and DF. RGB value is (129,14,223). Sum of RGB (Red+Green+Blue) = 129+14+223=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #810EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810EDF is #7EF120. Grayscale: #474747. Windows color (decimal): -8319265 or 14618241. OLE color: 14618241.
HSL color Cylindrical-coordinate representation of color #810EDF: hue angle of 273.01º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810EDF is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 14 | 223 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.13 |
| HSL | 273.01º | 0.88% | 0.46% | - |
| HSV(B) | 273.01º | 0.94% | 0.87% | - |
| XYZ | 22.53 | 10.31 | 70.61 | - |
| YUV | 72.21 | 213.1 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 14 | 223 | 0.42 | 0.94 | 0 | 0.13 | 273.01 | 0.88 | 0.46 |
| Hex | 81 | E | DF | 2A | 5E | 0 | D | 111 | 58 | 2E |
| Octal | 201 | 16 | 337 | 52 | 136 | 0 | 15 | 421 | 130 | 56 |
| Binary | 10000001 | 1110 | 11011111 | 101010 | 1011110 | 0 | 1101 | 100010001 | 1011000 | 101110 |
Color Harmonies of #810EDF
Complementary color
Monochromatic Colors of #810EDF
Black with #810EDF
Text Example
Text Example
White with #810EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810EDF; }
p { color: rgb(129,14,223); }
H1.HeaderClassName
{
color: #810EDF;
}
.AnyTagClassName
{
color: #810EDF;
}
</style>
background-color css
<style>
a { background-color: #810EDF; }
a { background-color: rgb(129,14,223); }
div.DivClassName
{
background-color: #810EDF;
}
.BgClassName
{
background-color: #810EDF;
}
</style>
border-color css
<style>
span { border-color: #810EDF; }
span { border-color: rgb(129,14,223); }
td.TdClassName
{
border-color: #810EDF;
}
.TagClassName
{
border-color: #810EDF;
}
</style>