Shades of Deep Lilac #924BBB
Tints of Deep Lilac #924BBB
RGB
CMYK
RGB Variations
Color information
#924BBB (or 0x924BBB) is known color: Deep Lilac. HEX triplet: 92, 4B and BB. RGB value is (146,75,187). Sum of RGB (Red+Green+Blue) = 146+75+187=408 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.78% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #924BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924BBB is #6DB444. Grayscale: #6C6C6C. Windows color (decimal): -7189573 or 12274578. OLE color: 12274578.
HSL color Cylindrical-coordinate representation of color #924BBB: hue angle of 278.04º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #924BBB is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 75 | 187 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.27 |
| HSL | 278.04º | 0.45% | 0.51% | - |
| HSV(B) | 278.04º | 0.6% | 0.73% | - |
| XYZ | 23.34 | 14.73 | 48.63 | - |
| YUV | 109 | 172.02 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 75 | 187 | 0.22 | 0.60 | 0 | 0.27 | 278.04 | 0.45 | 0.51 |
| Hex | 92 | 4B | BB | 16 | 3C | 0 | 1B | 116 | 2D | 33 |
| Octal | 222 | 113 | 273 | 26 | 74 | 0 | 33 | 426 | 55 | 63 |
| Binary | 10010010 | 1001011 | 10111011 | 10110 | 111100 | 0 | 11011 | 100010110 | 101101 | 110011 |
Color Harmonies of #924BBB
Complementary color
Monochromatic Colors of #924BBB
Black with #924BBB
Text Example
Text Example
White with #924BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924BBB; }
p { color: rgb(146,75,187); }
H1.HeaderClassName
{
color: #924BBB;
}
.AnyTagClassName
{
color: #924BBB;
}
</style>
background-color css
<style>
a { background-color: #924BBB; }
a { background-color: rgb(146,75,187); }
div.DivClassName
{
background-color: #924BBB;
}
.BgClassName
{
background-color: #924BBB;
}
</style>
border-color css
<style>
span { border-color: #924BBB; }
span { border-color: rgb(146,75,187); }
td.TdClassName
{
border-color: #924BBB;
}
.TagClassName
{
border-color: #924BBB;
}
</style>