Shades of Dark Violet #810FC5
Tints of Dark Violet #810FC5
RGB
CMYK
RGB Variations
Color information
#810FC5 (or 0x810FC5) is known color: Dark Violet. HEX triplet: 81, 0F and C5. RGB value is (129,15,197). Sum of RGB (Red+Green+Blue) = 129+15+197=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 15 (6.25% from 255 or 4.40% from 341); Blue value is 197 (77.34% from 255 or 57.77% from 341); Max value from RGB is 197 - color contains mainly: blue. Hex color #810FC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810FC5 is #7EF03A. Grayscale: #454545. Windows color (decimal): -8319035 or 12914561. OLE color: 12914561.
HSL color Cylindrical-coordinate representation of color #810FC5: hue angle of 277.58º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #810FC5 is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 15 | 197 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.23 |
| HSL | 277.58º | 0.86% | 0.42% | - |
| HSV(B) | 277.58º | 0.92% | 0.77% | - |
| XYZ | 19.3 | 9.04 | 53.55 | - |
| YUV | 69.83 | 199.77 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 15 | 197 | 0.35 | 0.92 | 0 | 0.23 | 277.58 | 0.86 | 0.42 |
| Hex | 81 | F | C5 | 23 | 5C | 0 | 17 | 116 | 56 | 2A |
| Octal | 201 | 17 | 305 | 43 | 134 | 0 | 27 | 426 | 126 | 52 |
| Binary | 10000001 | 1111 | 11000101 | 100011 | 1011100 | 0 | 10111 | 100010110 | 1010110 | 101010 |
Color Harmonies of #810FC5
Complementary color
Monochromatic Colors of #810FC5
Black with #810FC5
Text Example
Text Example
White with #810FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810FC5; }
p { color: rgb(129,15,197); }
H1.HeaderClassName
{
color: #810FC5;
}
.AnyTagClassName
{
color: #810FC5;
}
</style>
background-color css
<style>
a { background-color: #810FC5; }
a { background-color: rgb(129,15,197); }
div.DivClassName
{
background-color: #810FC5;
}
.BgClassName
{
background-color: #810FC5;
}
</style>
border-color css
<style>
span { border-color: #810FC5; }
span { border-color: rgb(129,15,197); }
td.TdClassName
{
border-color: #810FC5;
}
.TagClassName
{
border-color: #810FC5;
}
</style>