Shades of Dark Violet #810DDC
Tints of Dark Violet #810DDC
RGB
CMYK
RGB Variations
Color information
#810DDC (or 0x810DDC) is known color: Dark Violet. HEX triplet: 81, 0D and DC. RGB value is (129,13,220). Sum of RGB (Red+Green+Blue) = 129+13+220=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #810DDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810DDC is #7EF223. Grayscale: #464646. Windows color (decimal): -8319524 or 14421377. OLE color: 14421377.
HSL color Cylindrical-coordinate representation of color #810DDC: hue angle of 273.62º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810DDC is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 13 | 220 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.14 |
| HSL | 273.62º | 0.89% | 0.46% | - |
| HSV(B) | 273.62º | 0.94% | 0.86% | - |
| XYZ | 22.12 | 10.12 | 68.5 | - |
| YUV | 71.28 | 211.93 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 13 | 220 | 0.41 | 0.94 | 0 | 0.14 | 273.62 | 0.89 | 0.46 |
| Hex | 81 | D | DC | 29 | 5E | 0 | E | 112 | 59 | 2E |
| Octal | 201 | 15 | 334 | 51 | 136 | 0 | 16 | 422 | 131 | 56 |
| Binary | 10000001 | 1101 | 11011100 | 101001 | 1011110 | 0 | 1110 | 100010010 | 1011001 | 101110 |
Color Harmonies of #810DDC
Complementary color
Monochromatic Colors of #810DDC
Black with #810DDC
Text Example
Text Example
White with #810DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810DDC; }
p { color: rgb(129,13,220); }
H1.HeaderClassName
{
color: #810DDC;
}
.AnyTagClassName
{
color: #810DDC;
}
</style>
background-color css
<style>
a { background-color: #810DDC; }
a { background-color: rgb(129,13,220); }
div.DivClassName
{
background-color: #810DDC;
}
.BgClassName
{
background-color: #810DDC;
}
</style>
border-color css
<style>
span { border-color: #810DDC; }
span { border-color: rgb(129,13,220); }
td.TdClassName
{
border-color: #810DDC;
}
.TagClassName
{
border-color: #810DDC;
}
</style>