Shades of Deep Lilac #924BB4
Tints of Deep Lilac #924BB4
RGB
CMYK
RGB Variations
Color information
#924BB4 (or 0x924BB4) is known color: Deep Lilac. HEX triplet: 92, 4B and B4. RGB value is (146,75,180). Sum of RGB (Red+Green+Blue) = 146+75+180=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 180 - color contains mainly: blue. Hex color #924BB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924BB4 is #6DB44B. Grayscale: #6B6B6B. Windows color (decimal): -7189580 or 11815826. OLE color: 11815826.
HSL color Cylindrical-coordinate representation of color #924BB4: hue angle of 280.57º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #924BB4 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 75 | 180 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.29 |
| HSL | 280.57º | 0.41% | 0.5% | - |
| HSV(B) | 280.57º | 0.58% | 0.71% | - |
| XYZ | 22.61 | 14.44 | 44.78 | - |
| YUV | 108.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 75 | 180 | 0.19 | 0.58 | 0 | 0.29 | 280.57 | 0.41 | 0.5 |
| Hex | 92 | 4B | B4 | 13 | 3A | 0 | 1D | 119 | 29 | 32 |
| Octal | 222 | 113 | 264 | 23 | 72 | 0 | 35 | 431 | 51 | 62 |
| Binary | 10010010 | 1001011 | 10110100 | 10011 | 111010 | 0 | 11101 | 100011001 | 101001 | 110010 |
Color Harmonies of #924BB4
Complementary color
Monochromatic Colors of #924BB4
Black with #924BB4
Text Example
Text Example
White with #924BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924BB4; }
p { color: rgb(146,75,180); }
H1.HeaderClassName
{
color: #924BB4;
}
.AnyTagClassName
{
color: #924BB4;
}
</style>
background-color css
<style>
a { background-color: #924BB4; }
a { background-color: rgb(146,75,180); }
div.DivClassName
{
background-color: #924BB4;
}
.BgClassName
{
background-color: #924BB4;
}
</style>
border-color css
<style>
span { border-color: #924BB4; }
span { border-color: rgb(146,75,180); }
td.TdClassName
{
border-color: #924BB4;
}
.TagClassName
{
border-color: #924BB4;
}
</style>