Shades of Dark Violet #810CB4
Tints of Dark Violet #810CB4
RGB
CMYK
RGB Variations
Color information
#810CB4 (or 0x810CB4) is known color: Dark Violet. HEX triplet: 81, 0C and B4. RGB value is (129,12,180). Sum of RGB (Red+Green+Blue) = 129+12+180=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 180 (70.70% from 255 or 56.07% from 321); Max value from RGB is 180 - color contains mainly: blue. Hex color #810CB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810CB4 is #7EF34B. Grayscale: #414141. Windows color (decimal): -8319820 or 11799681. OLE color: 11799681.
HSL color Cylindrical-coordinate representation of color #810CB4: hue angle of 281.79º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #810CB4 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 12 | 180 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.29 |
| HSL | 281.79º | 0.88% | 0.38% | - |
| HSV(B) | 281.79º | 0.93% | 0.71% | - |
| XYZ | 17.42 | 8.23 | 43.85 | - |
| YUV | 66.14 | 192.26 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 180 | 0.28 | 0.93 | 0 | 0.29 | 281.79 | 0.88 | 0.38 |
| Hex | 81 | C | B4 | 1C | 5D | 0 | 1D | 11A | 58 | 26 |
| Octal | 201 | 14 | 264 | 34 | 135 | 0 | 35 | 432 | 130 | 46 |
| Binary | 10000001 | 1100 | 10110100 | 11100 | 1011101 | 0 | 11101 | 100011010 | 1011000 | 100110 |
Color Harmonies of #810CB4
Complementary color
Monochromatic Colors of #810CB4
Black with #810CB4
Text Example
Text Example
White with #810CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810CB4; }
p { color: rgb(129,12,180); }
H1.HeaderClassName
{
color: #810CB4;
}
.AnyTagClassName
{
color: #810CB4;
}
</style>
background-color css
<style>
a { background-color: #810CB4; }
a { background-color: rgb(129,12,180); }
div.DivClassName
{
background-color: #810CB4;
}
.BgClassName
{
background-color: #810CB4;
}
</style>
border-color css
<style>
span { border-color: #810CB4; }
span { border-color: rgb(129,12,180); }
td.TdClassName
{
border-color: #810CB4;
}
.TagClassName
{
border-color: #810CB4;
}
</style>