Shades of Dark Violet #810DCC
Tints of Dark Violet #810DCC
RGB
CMYK
RGB Variations
Color information
#810DCC (or 0x810DCC) is known color: Dark Violet. HEX triplet: 81, 0D and CC. RGB value is (129,13,204). Sum of RGB (Red+Green+Blue) = 129+13+204=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #810DCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810DCC is #7EF233. Grayscale: #444444. Windows color (decimal): -8319540 or 13372801. OLE color: 13372801.
HSL color Cylindrical-coordinate representation of color #810DCC: hue angle of 276.44º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810DCC is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 13 | 204 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.2 |
| HSL | 276.44º | 0.88% | 0.43% | - |
| HSV(B) | 276.44º | 0.94% | 0.8% | - |
| XYZ | 20.1 | 9.31 | 57.87 | - |
| YUV | 69.46 | 203.93 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 13 | 204 | 0.37 | 0.94 | 0 | 0.2 | 276.44 | 0.88 | 0.43 |
| Hex | 81 | D | CC | 25 | 5E | 0 | 14 | 114 | 58 | 2B |
| Octal | 201 | 15 | 314 | 45 | 136 | 0 | 24 | 424 | 130 | 53 |
| Binary | 10000001 | 1101 | 11001100 | 100101 | 1011110 | 0 | 10100 | 100010100 | 1011000 | 101011 |
Color Harmonies of #810DCC
Complementary color
Monochromatic Colors of #810DCC
Black with #810DCC
Text Example
Text Example
White with #810DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810DCC; }
p { color: rgb(129,13,204); }
H1.HeaderClassName
{
color: #810DCC;
}
.AnyTagClassName
{
color: #810DCC;
}
</style>
background-color css
<style>
a { background-color: #810DCC; }
a { background-color: rgb(129,13,204); }
div.DivClassName
{
background-color: #810DCC;
}
.BgClassName
{
background-color: #810DCC;
}
</style>
border-color css
<style>
span { border-color: #810DCC; }
span { border-color: rgb(129,13,204); }
td.TdClassName
{
border-color: #810DCC;
}
.TagClassName
{
border-color: #810DCC;
}
</style>