Shades of Dark Violet #9212BB
Tints of Dark Violet #9212BB
RGB
CMYK
RGB Variations
Color information
#9212BB (or 0x9212BB) is known color: Dark Violet. HEX triplet: 92, 12 and BB. RGB value is (146,18,187). Sum of RGB (Red+Green+Blue) = 146+18+187=351 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.60% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #9212BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9212BB is #6DED44. Grayscale: #4A4A4A. Windows color (decimal): -7204165 or 12259986. OLE color: 12259986.
HSL color Cylindrical-coordinate representation of color #9212BB: hue angle of 285.44º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9212BB is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 18 | 187 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.27 |
| HSL | 285.44º | 0.82% | 0.4% | - |
| HSV(B) | 285.44º | 0.9% | 0.73% | - |
| XYZ | 21.04 | 10.13 | 47.86 | - |
| YUV | 75.54 | 190.91 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 18 | 187 | 0.22 | 0.90 | 0 | 0.27 | 285.44 | 0.82 | 0.4 |
| Hex | 92 | 12 | BB | 16 | 5A | 0 | 1B | 11D | 52 | 28 |
| Octal | 222 | 22 | 273 | 26 | 132 | 0 | 33 | 435 | 122 | 50 |
| Binary | 10010010 | 10010 | 10111011 | 10110 | 1011010 | 0 | 11011 | 100011101 | 1010010 | 101000 |
Color Harmonies of #9212BB
Complementary color
Monochromatic Colors of #9212BB
Black with #9212BB
Text Example
Text Example
White with #9212BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9212BB; }
p { color: rgb(146,18,187); }
H1.HeaderClassName
{
color: #9212BB;
}
.AnyTagClassName
{
color: #9212BB;
}
</style>
background-color css
<style>
a { background-color: #9212BB; }
a { background-color: rgb(146,18,187); }
div.DivClassName
{
background-color: #9212BB;
}
.BgClassName
{
background-color: #9212BB;
}
</style>
border-color css
<style>
span { border-color: #9212BB; }
span { border-color: rgb(146,18,187); }
td.TdClassName
{
border-color: #9212BB;
}
.TagClassName
{
border-color: #9212BB;
}
</style>