Shades of Dark Violet #810CCC
Tints of Dark Violet #810CCC
RGB
CMYK
RGB Variations
Color information
#810CCC (or 0x810CCC) is known color: Dark Violet. HEX triplet: 81, 0C and CC. RGB value is (129,12,204). Sum of RGB (Red+Green+Blue) = 129+12+204=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #810CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810CCC is #7EF333. Grayscale: #444444. Windows color (decimal): -8319796 or 13372545. OLE color: 13372545.
HSL color Cylindrical-coordinate representation of color #810CCC: hue angle of 276.56º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810CCC is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 12 | 204 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.2 |
| HSL | 276.56º | 0.89% | 0.42% | - |
| HSV(B) | 276.56º | 0.94% | 0.8% | - |
| XYZ | 20.08 | 9.29 | 57.86 | - |
| YUV | 68.87 | 204.26 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 204 | 0.37 | 0.94 | 0 | 0.2 | 276.56 | 0.89 | 0.42 |
| Hex | 81 | C | CC | 25 | 5E | 0 | 14 | 115 | 59 | 2A |
| Octal | 201 | 14 | 314 | 45 | 136 | 0 | 24 | 425 | 131 | 52 |
| Binary | 10000001 | 1100 | 11001100 | 100101 | 1011110 | 0 | 10100 | 100010101 | 1011001 | 101010 |
Color Harmonies of #810CCC
Complementary color
Monochromatic Colors of #810CCC
Black with #810CCC
Text Example
Text Example
White with #810CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810CCC; }
p { color: rgb(129,12,204); }
H1.HeaderClassName
{
color: #810CCC;
}
.AnyTagClassName
{
color: #810CCC;
}
</style>
background-color css
<style>
a { background-color: #810CCC; }
a { background-color: rgb(129,12,204); }
div.DivClassName
{
background-color: #810CCC;
}
.BgClassName
{
background-color: #810CCC;
}
</style>
border-color css
<style>
span { border-color: #810CCC; }
span { border-color: rgb(129,12,204); }
td.TdClassName
{
border-color: #810CCC;
}
.TagClassName
{
border-color: #810CCC;
}
</style>