Shades of Deep Lilac #9249BB
Tints of Deep Lilac #9249BB
RGB
CMYK
RGB Variations
Color information
#9249BB (or 0x9249BB) is known color: Deep Lilac. HEX triplet: 92, 49 and BB. RGB value is (146,73,187). Sum of RGB (Red+Green+Blue) = 146+73+187=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #9249BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9249BB is #6DB644. Grayscale: #6B6B6B. Windows color (decimal): -7190085 or 12274066. OLE color: 12274066.
HSL color Cylindrical-coordinate representation of color #9249BB: hue angle of 278.42º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9249BB is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 73 | 187 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.27 |
| HSL | 278.42º | 0.46% | 0.51% | - |
| HSV(B) | 278.42º | 0.61% | 0.73% | - |
| XYZ | 23.21 | 14.46 | 48.58 | - |
| YUV | 107.82 | 172.68 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 73 | 187 | 0.22 | 0.61 | 0 | 0.27 | 278.42 | 0.46 | 0.51 |
| Hex | 92 | 49 | BB | 16 | 3D | 0 | 1B | 116 | 2E | 33 |
| Octal | 222 | 111 | 273 | 26 | 75 | 0 | 33 | 426 | 56 | 63 |
| Binary | 10010010 | 1001001 | 10111011 | 10110 | 111101 | 0 | 11011 | 100010110 | 101110 | 110011 |
Color Harmonies of #9249BB
Complementary color
Monochromatic Colors of #9249BB
Black with #9249BB
Text Example
Text Example
White with #9249BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9249BB; }
p { color: rgb(146,73,187); }
H1.HeaderClassName
{
color: #9249BB;
}
.AnyTagClassName
{
color: #9249BB;
}
</style>
background-color css
<style>
a { background-color: #9249BB; }
a { background-color: rgb(146,73,187); }
div.DivClassName
{
background-color: #9249BB;
}
.BgClassName
{
background-color: #9249BB;
}
</style>
border-color css
<style>
span { border-color: #9249BB; }
span { border-color: rgb(146,73,187); }
td.TdClassName
{
border-color: #9249BB;
}
.TagClassName
{
border-color: #9249BB;
}
</style>