Shades of Dark Violet #9110BB
Tints of Dark Violet #9110BB
RGB
CMYK
RGB Variations
Color information
#9110BB (or 0x9110BB) is known color: Dark Violet. HEX triplet: 91, 10 and BB. RGB value is (145,16,187). Sum of RGB (Red+Green+Blue) = 145+16+187=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #9110BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9110BB is #6EEF44. Grayscale: #494949. Windows color (decimal): -7270213 or 12259473. OLE color: 12259473.
HSL color Cylindrical-coordinate representation of color #9110BB: hue angle of 285.26º 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 #9110BB is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 16 | 187 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.27 |
| HSL | 285.26º | 0.84% | 0.4% | - |
| HSV(B) | 285.26º | 0.91% | 0.73% | - |
| XYZ | 20.83 | 9.98 | 47.84 | - |
| YUV | 74.07 | 191.74 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 187 | 0.22 | 0.91 | 0 | 0.27 | 285.26 | 0.84 | 0.4 |
| Hex | 91 | 10 | BB | 16 | 5B | 0 | 1B | 11D | 54 | 28 |
| Octal | 221 | 20 | 273 | 26 | 133 | 0 | 33 | 435 | 124 | 50 |
| Binary | 10010001 | 10000 | 10111011 | 10110 | 1011011 | 0 | 11011 | 100011101 | 1010100 | 101000 |
Color Harmonies of #9110BB
Complementary color
Monochromatic Colors of #9110BB
Black with #9110BB
Text Example
Text Example
White with #9110BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9110BB; }
p { color: rgb(145,16,187); }
H1.HeaderClassName
{
color: #9110BB;
}
.AnyTagClassName
{
color: #9110BB;
}
</style>
background-color css
<style>
a { background-color: #9110BB; }
a { background-color: rgb(145,16,187); }
div.DivClassName
{
background-color: #9110BB;
}
.BgClassName
{
background-color: #9110BB;
}
</style>
border-color css
<style>
span { border-color: #9110BB; }
span { border-color: rgb(145,16,187); }
td.TdClassName
{
border-color: #9110BB;
}
.TagClassName
{
border-color: #9110BB;
}
</style>