Shades of Dark Violet #8110BA
Tints of Dark Violet #8110BA
RGB
CMYK
RGB Variations
Color information
#8110BA (or 0x8110BA) is known color: Dark Violet. HEX triplet: 81, 10 and BA. RGB value is (129,16,186). Sum of RGB (Red+Green+Blue) = 129+16+186=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #8110BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8110BA is #7EEF45. Grayscale: #444444. Windows color (decimal): -8318790 or 12193921. OLE color: 12193921.
HSL color Cylindrical-coordinate representation of color #8110BA: hue angle of 279.88º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8110BA is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 16 | 186 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.27 |
| HSL | 279.88º | 0.84% | 0.4% | - |
| HSV(B) | 279.88º | 0.91% | 0.73% | - |
| XYZ | 18.1 | 8.58 | 47.16 | - |
| YUV | 69.17 | 193.94 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 16 | 186 | 0.31 | 0.91 | 0 | 0.27 | 279.88 | 0.84 | 0.4 |
| Hex | 81 | 10 | BA | 1F | 5B | 0 | 1B | 118 | 54 | 28 |
| Octal | 201 | 20 | 272 | 37 | 133 | 0 | 33 | 430 | 124 | 50 |
| Binary | 10000001 | 10000 | 10111010 | 11111 | 1011011 | 0 | 11011 | 100011000 | 1010100 | 101000 |
Color Harmonies of #8110BA
Complementary color
Monochromatic Colors of #8110BA
Black with #8110BA
Text Example
Text Example
White with #8110BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8110BA; }
p { color: rgb(129,16,186); }
H1.HeaderClassName
{
color: #8110BA;
}
.AnyTagClassName
{
color: #8110BA;
}
</style>
background-color css
<style>
a { background-color: #8110BA; }
a { background-color: rgb(129,16,186); }
div.DivClassName
{
background-color: #8110BA;
}
.BgClassName
{
background-color: #8110BA;
}
</style>
border-color css
<style>
span { border-color: #8110BA; }
span { border-color: rgb(129,16,186); }
td.TdClassName
{
border-color: #8110BA;
}
.TagClassName
{
border-color: #8110BA;
}
</style>