Shades of Dark Violet #8111BA
Tints of Dark Violet #8111BA
RGB
CMYK
RGB Variations
Color information
#8111BA (or 0x8111BA) is known color: Dark Violet. HEX triplet: 81, 11 and BA. RGB value is (129,17,186). Sum of RGB (Red+Green+Blue) = 129+17+186=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #8111BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8111BA is #7EEE45. Grayscale: #454545. Windows color (decimal): -8318534 or 12194177. OLE color: 12194177.
HSL color Cylindrical-coordinate representation of color #8111BA: hue angle of 279.76º degrees, saturation: 0.83, 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 #8111BA is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 17 | 186 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.27 |
| HSL | 279.76º | 0.83% | 0.4% | - |
| HSV(B) | 279.76º | 0.91% | 0.73% | - |
| XYZ | 18.12 | 8.61 | 47.16 | - |
| YUV | 69.75 | 193.61 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 17 | 186 | 0.31 | 0.91 | 0 | 0.27 | 279.76 | 0.83 | 0.4 |
| Hex | 81 | 11 | BA | 1F | 5B | 0 | 1B | 118 | 53 | 28 |
| Octal | 201 | 21 | 272 | 37 | 133 | 0 | 33 | 430 | 123 | 50 |
| Binary | 10000001 | 10001 | 10111010 | 11111 | 1011011 | 0 | 11011 | 100011000 | 1010011 | 101000 |
Color Harmonies of #8111BA
Complementary color
Monochromatic Colors of #8111BA
Black with #8111BA
Text Example
Text Example
White with #8111BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8111BA; }
p { color: rgb(129,17,186); }
H1.HeaderClassName
{
color: #8111BA;
}
.AnyTagClassName
{
color: #8111BA;
}
</style>
background-color css
<style>
a { background-color: #8111BA; }
a { background-color: rgb(129,17,186); }
div.DivClassName
{
background-color: #8111BA;
}
.BgClassName
{
background-color: #8111BA;
}
</style>
border-color css
<style>
span { border-color: #8111BA; }
span { border-color: rgb(129,17,186); }
td.TdClassName
{
border-color: #8111BA;
}
.TagClassName
{
border-color: #8111BA;
}
</style>