Shades of Dark Violet #810FCD
Tints of Dark Violet #810FCD
RGB
CMYK
RGB Variations
Color information
#810FCD (or 0x810FCD) is known color: Dark Violet. HEX triplet: 81, 0F and CD. RGB value is (129,15,205). Sum of RGB (Red+Green+Blue) = 129+15+205=349 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.96% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #810FCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810FCD is #7EF032. Grayscale: #464646. Windows color (decimal): -8319027 or 13438849. OLE color: 13438849.
HSL color Cylindrical-coordinate representation of color #810FCD: hue angle of 276º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #810FCD is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 15 | 205 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.20 |
| HSL | 276º | 0.86% | 0.43% | - |
| HSV(B) | 276º | 0.93% | 0.8% | - |
| XYZ | 20.24 | 9.42 | 58.51 | - |
| YUV | 70.75 | 203.77 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 15 | 205 | 0.37 | 0.93 | 0 | 0.20 | 276 | 0.86 | 0.43 |
| Hex | 81 | F | CD | 25 | 5D | 0 | 14 | 114 | 56 | 2B |
| Octal | 201 | 17 | 315 | 45 | 135 | 0 | 24 | 424 | 126 | 53 |
| Binary | 10000001 | 1111 | 11001101 | 100101 | 1011101 | 0 | 10100 | 100010100 | 1010110 | 101011 |
Color Harmonies of #810FCD
Complementary color
Monochromatic Colors of #810FCD
Black with #810FCD
Text Example
Text Example
White with #810FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810FCD; }
p { color: rgb(129,15,205); }
H1.HeaderClassName
{
color: #810FCD;
}
.AnyTagClassName
{
color: #810FCD;
}
</style>
background-color css
<style>
a { background-color: #810FCD; }
a { background-color: rgb(129,15,205); }
div.DivClassName
{
background-color: #810FCD;
}
.BgClassName
{
background-color: #810FCD;
}
</style>
border-color css
<style>
span { border-color: #810FCD; }
span { border-color: rgb(129,15,205); }
td.TdClassName
{
border-color: #810FCD;
}
.TagClassName
{
border-color: #810FCD;
}
</style>