Shades of Deep Lilac #924BBF
Tints of Deep Lilac #924BBF
RGB
CMYK
RGB Variations
Color information
#924BBF (or 0x924BBF) is known color: Deep Lilac. HEX triplet: 92, 4B and BF. RGB value is (146,75,191). Sum of RGB (Red+Green+Blue) = 146+75+191=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #924BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924BBF is #6DB440. Grayscale: #6D6D6D. Windows color (decimal): -7189569 or 12536722. OLE color: 12536722.
HSL color Cylindrical-coordinate representation of color #924BBF: hue angle of 276.72º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #924BBF is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 75 | 191 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.25 |
| HSL | 276.72º | 0.48% | 0.52% | - |
| HSV(B) | 276.72º | 0.61% | 0.75% | - |
| XYZ | 23.77 | 14.9 | 50.91 | - |
| YUV | 109.45 | 174.02 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 75 | 191 | 0.24 | 0.61 | 0 | 0.25 | 276.72 | 0.48 | 0.52 |
| Hex | 92 | 4B | BF | 18 | 3D | 0 | 19 | 115 | 30 | 34 |
| Octal | 222 | 113 | 277 | 30 | 75 | 0 | 31 | 425 | 60 | 64 |
| Binary | 10010010 | 1001011 | 10111111 | 11000 | 111101 | 0 | 11001 | 100010101 | 110000 | 110100 |
Color Harmonies of #924BBF
Complementary color
Monochromatic Colors of #924BBF
Black with #924BBF
Text Example
Text Example
White with #924BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924BBF; }
p { color: rgb(146,75,191); }
H1.HeaderClassName
{
color: #924BBF;
}
.AnyTagClassName
{
color: #924BBF;
}
</style>
background-color css
<style>
a { background-color: #924BBF; }
a { background-color: rgb(146,75,191); }
div.DivClassName
{
background-color: #924BBF;
}
.BgClassName
{
background-color: #924BBF;
}
</style>
border-color css
<style>
span { border-color: #924BBF; }
span { border-color: rgb(146,75,191); }
td.TdClassName
{
border-color: #924BBF;
}
.TagClassName
{
border-color: #924BBF;
}
</style>