Shades of Dark Violet #810CD4
Tints of Dark Violet #810CD4
RGB
CMYK
RGB Variations
Color information
#810CD4 (or 0x810CD4) is known color: Dark Violet. HEX triplet: 81, 0C and D4. RGB value is (129,12,212). Sum of RGB (Red+Green+Blue) = 129+12+212=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 212 (83.20% from 255 or 60.06% from 353); Max value from RGB is 212 - color contains mainly: blue. Hex color #810CD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810CD4 is #7EF32B. Grayscale: #454545. Windows color (decimal): -8319788 or 13896833. OLE color: 13896833.
HSL color Cylindrical-coordinate representation of color #810CD4: hue angle of 275.1º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810CD4 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 12 | 212 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.17 |
| HSL | 275.1º | 0.89% | 0.44% | - |
| HSV(B) | 275.1º | 0.94% | 0.83% | - |
| XYZ | 21.07 | 9.68 | 63.05 | - |
| YUV | 69.78 | 208.26 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 212 | 0.39 | 0.94 | 0 | 0.17 | 275.1 | 0.89 | 0.44 |
| Hex | 81 | C | D4 | 27 | 5E | 0 | 11 | 113 | 59 | 2C |
| Octal | 201 | 14 | 324 | 47 | 136 | 0 | 21 | 423 | 131 | 54 |
| Binary | 10000001 | 1100 | 11010100 | 100111 | 1011110 | 0 | 10001 | 100010011 | 1011001 | 101100 |
Color Harmonies of #810CD4
Complementary color
Monochromatic Colors of #810CD4
Black with #810CD4
Text Example
Text Example
White with #810CD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810CD4; }
p { color: rgb(129,12,212); }
H1.HeaderClassName
{
color: #810CD4;
}
.AnyTagClassName
{
color: #810CD4;
}
</style>
background-color css
<style>
a { background-color: #810CD4; }
a { background-color: rgb(129,12,212); }
div.DivClassName
{
background-color: #810CD4;
}
.BgClassName
{
background-color: #810CD4;
}
</style>
border-color css
<style>
span { border-color: #810CD4; }
span { border-color: rgb(129,12,212); }
td.TdClassName
{
border-color: #810CD4;
}
.TagClassName
{
border-color: #810CD4;
}
</style>