Shades of Dark Violet #9211BB
Tints of Dark Violet #9211BB
RGB
CMYK
RGB Variations
Color information
#9211BB (or 0x9211BB) is known color: Dark Violet. HEX triplet: 92, 11 and BB. RGB value is (146,17,187). Sum of RGB (Red+Green+Blue) = 146+17+187=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #9211BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9211BB is #6DEE44. Grayscale: #4A4A4A. Windows color (decimal): -7204421 or 12259730. OLE color: 12259730.
HSL color Cylindrical-coordinate representation of color #9211BB: hue angle of 285.53º 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 #9211BB is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 17 | 187 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.27 |
| HSL | 285.53º | 0.83% | 0.4% | - |
| HSV(B) | 285.53º | 0.91% | 0.73% | - |
| XYZ | 21.02 | 10.1 | 47.86 | - |
| YUV | 74.95 | 191.24 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 17 | 187 | 0.22 | 0.91 | 0 | 0.27 | 285.53 | 0.83 | 0.4 |
| Hex | 92 | 11 | BB | 16 | 5B | 0 | 1B | 11E | 53 | 28 |
| Octal | 222 | 21 | 273 | 26 | 133 | 0 | 33 | 436 | 123 | 50 |
| Binary | 10010010 | 10001 | 10111011 | 10110 | 1011011 | 0 | 11011 | 100011110 | 1010011 | 101000 |
Color Harmonies of #9211BB
Complementary color
Monochromatic Colors of #9211BB
Black with #9211BB
Text Example
Text Example
White with #9211BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9211BB; }
p { color: rgb(146,17,187); }
H1.HeaderClassName
{
color: #9211BB;
}
.AnyTagClassName
{
color: #9211BB;
}
</style>
background-color css
<style>
a { background-color: #9211BB; }
a { background-color: rgb(146,17,187); }
div.DivClassName
{
background-color: #9211BB;
}
.BgClassName
{
background-color: #9211BB;
}
</style>
border-color css
<style>
span { border-color: #9211BB; }
span { border-color: rgb(146,17,187); }
td.TdClassName
{
border-color: #9211BB;
}
.TagClassName
{
border-color: #9211BB;
}
</style>