Shades of Dark Violet #9111BF
Tints of Dark Violet #9111BF
RGB
CMYK
RGB Variations
Color information
#9111BF (or 0x9111BF) is known color: Dark Violet. HEX triplet: 91, 11 and BF. RGB value is (145,17,191). Sum of RGB (Red+Green+Blue) = 145+17+191=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #9111BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9111BF is #6EEE40. Grayscale: #4A4A4A. Windows color (decimal): -7269953 or 12521873. OLE color: 12521873.
HSL color Cylindrical-coordinate representation of color #9111BF: hue angle of 284.14º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9111BF is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 17 | 191 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.25 |
| HSL | 284.14º | 0.84% | 0.41% | - |
| HSV(B) | 284.14º | 0.91% | 0.75% | - |
| XYZ | 21.28 | 10.18 | 50.13 | - |
| YUV | 75.11 | 193.41 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 17 | 191 | 0.24 | 0.91 | 0 | 0.25 | 284.14 | 0.84 | 0.41 |
| Hex | 91 | 11 | BF | 18 | 5B | 0 | 19 | 11C | 54 | 29 |
| Octal | 221 | 21 | 277 | 30 | 133 | 0 | 31 | 434 | 124 | 51 |
| Binary | 10010001 | 10001 | 10111111 | 11000 | 1011011 | 0 | 11001 | 100011100 | 1010100 | 101001 |
Color Harmonies of #9111BF
Complementary color
Monochromatic Colors of #9111BF
Black with #9111BF
Text Example
Text Example
White with #9111BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9111BF; }
p { color: rgb(145,17,191); }
H1.HeaderClassName
{
color: #9111BF;
}
.AnyTagClassName
{
color: #9111BF;
}
</style>
background-color css
<style>
a { background-color: #9111BF; }
a { background-color: rgb(145,17,191); }
div.DivClassName
{
background-color: #9111BF;
}
.BgClassName
{
background-color: #9111BF;
}
</style>
border-color css
<style>
span { border-color: #9111BF; }
span { border-color: rgb(145,17,191); }
td.TdClassName
{
border-color: #9111BF;
}
.TagClassName
{
border-color: #9111BF;
}
</style>