Shades of Dark Violet #810CBA
Tints of Dark Violet #810CBA
RGB
CMYK
RGB Variations
Color information
#810CBA (or 0x810CBA) is known color: Dark Violet. HEX triplet: 81, 0C and BA. RGB value is (129,12,186). Sum of RGB (Red+Green+Blue) = 129+12+186=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #810CBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810CBA is #7EF345. Grayscale: #424242. Windows color (decimal): -8319814 or 12192897. OLE color: 12192897.
HSL color Cylindrical-coordinate representation of color #810CBA: hue angle of 280.34º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810CBA is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 12 | 186 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.27 |
| HSL | 280.34º | 0.88% | 0.39% | - |
| HSV(B) | 280.34º | 0.94% | 0.73% | - |
| XYZ | 18.05 | 8.48 | 47.14 | - |
| YUV | 66.82 | 195.26 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 186 | 0.31 | 0.94 | 0 | 0.27 | 280.34 | 0.88 | 0.39 |
| Hex | 81 | C | BA | 1F | 5E | 0 | 1B | 118 | 58 | 27 |
| Octal | 201 | 14 | 272 | 37 | 136 | 0 | 33 | 430 | 130 | 47 |
| Binary | 10000001 | 1100 | 10111010 | 11111 | 1011110 | 0 | 11011 | 100011000 | 1011000 | 100111 |
Color Harmonies of #810CBA
Complementary color
Monochromatic Colors of #810CBA
Black with #810CBA
Text Example
Text Example
White with #810CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810CBA; }
p { color: rgb(129,12,186); }
H1.HeaderClassName
{
color: #810CBA;
}
.AnyTagClassName
{
color: #810CBA;
}
</style>
background-color css
<style>
a { background-color: #810CBA; }
a { background-color: rgb(129,12,186); }
div.DivClassName
{
background-color: #810CBA;
}
.BgClassName
{
background-color: #810CBA;
}
</style>
border-color css
<style>
span { border-color: #810CBA; }
span { border-color: rgb(129,12,186); }
td.TdClassName
{
border-color: #810CBA;
}
.TagClassName
{
border-color: #810CBA;
}
</style>