Shades of Dark Violet #9111BA
Tints of Dark Violet #9111BA
RGB
CMYK
RGB Variations
Color information
#9111BA (or 0x9111BA) is known color: Dark Violet. HEX triplet: 91, 11 and BA. RGB value is (145,17,186). Sum of RGB (Red+Green+Blue) = 145+17+186=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #9111BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9111BA is #6EEE45. Grayscale: #494949. Windows color (decimal): -7269958 or 12194193. OLE color: 12194193.
HSL color Cylindrical-coordinate representation of color #9111BA: hue angle of 285.44º 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 #9111BA is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 17 | 186 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.27 |
| HSL | 285.44º | 0.83% | 0.4% | - |
| HSV(B) | 285.44º | 0.91% | 0.73% | - |
| XYZ | 20.74 | 9.97 | 47.28 | - |
| YUV | 74.54 | 190.91 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 17 | 186 | 0.22 | 0.91 | 0 | 0.27 | 285.44 | 0.83 | 0.4 |
| Hex | 91 | 11 | BA | 16 | 5B | 0 | 1B | 11D | 53 | 28 |
| Octal | 221 | 21 | 272 | 26 | 133 | 0 | 33 | 435 | 123 | 50 |
| Binary | 10010001 | 10001 | 10111010 | 10110 | 1011011 | 0 | 11011 | 100011101 | 1010011 | 101000 |
Color Harmonies of #9111BA
Complementary color
Monochromatic Colors of #9111BA
Black with #9111BA
Text Example
Text Example
White with #9111BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9111BA; }
p { color: rgb(145,17,186); }
H1.HeaderClassName
{
color: #9111BA;
}
.AnyTagClassName
{
color: #9111BA;
}
</style>
background-color css
<style>
a { background-color: #9111BA; }
a { background-color: rgb(145,17,186); }
div.DivClassName
{
background-color: #9111BA;
}
.BgClassName
{
background-color: #9111BA;
}
</style>
border-color css
<style>
span { border-color: #9111BA; }
span { border-color: rgb(145,17,186); }
td.TdClassName
{
border-color: #9111BA;
}
.TagClassName
{
border-color: #9111BA;
}
</style>