Shades of Dark Violet #810BBD
Tints of Dark Violet #810BBD
RGB
CMYK
RGB Variations
Color information
#810BBD (or 0x810BBD) is known color: Dark Violet. HEX triplet: 81, 0B and BD. RGB value is (129,11,189). Sum of RGB (Red+Green+Blue) = 129+11+189=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #810BBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810BBD is #7EF442. Grayscale: #414141. Windows color (decimal): -8320067 or 12389249. OLE color: 12389249.
HSL color Cylindrical-coordinate representation of color #810BBD: hue angle of 279.78º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810BBD is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 11 | 189 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.26 |
| HSL | 279.78º | 0.89% | 0.39% | - |
| HSV(B) | 279.78º | 0.94% | 0.74% | - |
| XYZ | 18.36 | 8.58 | 48.83 | - |
| YUV | 66.57 | 197.09 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 189 | 0.32 | 0.94 | 0 | 0.26 | 279.78 | 0.89 | 0.39 |
| Hex | 81 | B | BD | 20 | 5E | 0 | 1A | 118 | 59 | 27 |
| Octal | 201 | 13 | 275 | 40 | 136 | 0 | 32 | 430 | 131 | 47 |
| Binary | 10000001 | 1011 | 10111101 | 100000 | 1011110 | 0 | 11010 | 100011000 | 1011001 | 100111 |
Color Harmonies of #810BBD
Complementary color
Monochromatic Colors of #810BBD
Black with #810BBD
Text Example
Text Example
White with #810BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810BBD; }
p { color: rgb(129,11,189); }
H1.HeaderClassName
{
color: #810BBD;
}
.AnyTagClassName
{
color: #810BBD;
}
</style>
background-color css
<style>
a { background-color: #810BBD; }
a { background-color: rgb(129,11,189); }
div.DivClassName
{
background-color: #810BBD;
}
.BgClassName
{
background-color: #810BBD;
}
</style>
border-color css
<style>
span { border-color: #810BBD; }
span { border-color: rgb(129,11,189); }
td.TdClassName
{
border-color: #810BBD;
}
.TagClassName
{
border-color: #810BBD;
}
</style>