Shades of Dark Violet #810DDF
Tints of Dark Violet #810DDF
RGB
CMYK
RGB Variations
Color information
#810DDF (or 0x810DDF) is known color: Dark Violet. HEX triplet: 81, 0D and DF. RGB value is (129,13,223). Sum of RGB (Red+Green+Blue) = 129+13+223=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #810DDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810DDF is #7EF220. Grayscale: #464646. Windows color (decimal): -8319521 or 14617985. OLE color: 14617985.
HSL color Cylindrical-coordinate representation of color #810DDF: hue angle of 273.14º degrees, saturation: 0.89, 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 #810DDF is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 13 | 223 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.13 |
| HSL | 273.14º | 0.89% | 0.46% | - |
| HSV(B) | 273.14º | 0.94% | 0.87% | - |
| XYZ | 22.52 | 10.28 | 70.61 | - |
| YUV | 71.62 | 213.43 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 13 | 223 | 0.42 | 0.94 | 0 | 0.13 | 273.14 | 0.89 | 0.46 |
| Hex | 81 | D | DF | 2A | 5E | 0 | D | 111 | 59 | 2E |
| Octal | 201 | 15 | 337 | 52 | 136 | 0 | 15 | 421 | 131 | 56 |
| Binary | 10000001 | 1101 | 11011111 | 101010 | 1011110 | 0 | 1101 | 100010001 | 1011001 | 101110 |
Color Harmonies of #810DDF
Complementary color
Monochromatic Colors of #810DDF
Black with #810DDF
Text Example
Text Example
White with #810DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810DDF; }
p { color: rgb(129,13,223); }
H1.HeaderClassName
{
color: #810DDF;
}
.AnyTagClassName
{
color: #810DDF;
}
</style>
background-color css
<style>
a { background-color: #810DDF; }
a { background-color: rgb(129,13,223); }
div.DivClassName
{
background-color: #810DDF;
}
.BgClassName
{
background-color: #810DDF;
}
</style>
border-color css
<style>
span { border-color: #810DDF; }
span { border-color: rgb(129,13,223); }
td.TdClassName
{
border-color: #810DDF;
}
.TagClassName
{
border-color: #810DDF;
}
</style>