Shades of Deep Lilac #924BB9
Tints of Deep Lilac #924BB9
RGB
CMYK
RGB Variations
Color information
#924BB9 (or 0x924BB9) is known color: Deep Lilac. HEX triplet: 92, 4B and B9. RGB value is (146,75,185). Sum of RGB (Red+Green+Blue) = 146+75+185=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 185 (72.66% from 255 or 45.57% from 406); Max value from RGB is 185 - color contains mainly: blue. Hex color #924BB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924BB9 is #6DB446. Grayscale: #6C6C6C. Windows color (decimal): -7189575 or 12143506. OLE color: 12143506.
HSL color Cylindrical-coordinate representation of color #924BB9: hue angle of 278.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #924BB9 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 75 | 185 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.27 |
| HSL | 278.73º | 0.44% | 0.51% | - |
| HSV(B) | 278.73º | 0.59% | 0.73% | - |
| XYZ | 23.13 | 14.65 | 47.51 | - |
| YUV | 108.77 | 171.02 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 75 | 185 | 0.21 | 0.59 | 0 | 0.27 | 278.73 | 0.44 | 0.51 |
| Hex | 92 | 4B | B9 | 15 | 3B | 0 | 1B | 117 | 2C | 33 |
| Octal | 222 | 113 | 271 | 25 | 73 | 0 | 33 | 427 | 54 | 63 |
| Binary | 10010010 | 1001011 | 10111001 | 10101 | 111011 | 0 | 11011 | 100010111 | 101100 | 110011 |
Color Harmonies of #924BB9
Complementary color
Monochromatic Colors of #924BB9
Black with #924BB9
Text Example
Text Example
White with #924BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924BB9; }
p { color: rgb(146,75,185); }
H1.HeaderClassName
{
color: #924BB9;
}
.AnyTagClassName
{
color: #924BB9;
}
</style>
background-color css
<style>
a { background-color: #924BB9; }
a { background-color: rgb(146,75,185); }
div.DivClassName
{
background-color: #924BB9;
}
.BgClassName
{
background-color: #924BB9;
}
</style>
border-color css
<style>
span { border-color: #924BB9; }
span { border-color: rgb(146,75,185); }
td.TdClassName
{
border-color: #924BB9;
}
.TagClassName
{
border-color: #924BB9;
}
</style>