Shades of Deep Lilac #924EB0
Tints of Deep Lilac #924EB0
RGB
CMYK
RGB Variations
Color information
#924EB0 (or 0x924EB0) is known color: Deep Lilac. HEX triplet: 92, 4E and B0. RGB value is (146,78,176). Sum of RGB (Red+Green+Blue) = 146+78+176=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 176 (69.14% from 255 or 44% from 400); Max value from RGB is 176 - color contains mainly: blue. Hex color #924EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #924EB0 is #6DB14F. Grayscale: #6D6D6D. Windows color (decimal): -7188816 or 11554450. OLE color: 11554450.
HSL color Cylindrical-coordinate representation of color #924EB0: hue angle of 281.63º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #924EB0 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 78 | 176 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.31 |
| HSL | 281.63º | 0.39% | 0.5% | - |
| HSV(B) | 281.63º | 0.56% | 0.69% | - |
| XYZ | 22.41 | 14.69 | 42.73 | - |
| YUV | 109.5 | 165.53 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 78 | 176 | 0.17 | 0.56 | 0 | 0.31 | 281.63 | 0.39 | 0.5 |
| Hex | 92 | 4E | B0 | 11 | 38 | 0 | 1F | 11A | 27 | 32 |
| Octal | 222 | 116 | 260 | 21 | 70 | 0 | 37 | 432 | 47 | 62 |
| Binary | 10010010 | 1001110 | 10110000 | 10001 | 111000 | 0 | 11111 | 100011010 | 100111 | 110010 |
Color Harmonies of #924EB0
Complementary color
Monochromatic Colors of #924EB0
Black with #924EB0
Text Example
Text Example
White with #924EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924EB0; }
p { color: rgb(146,78,176); }
H1.HeaderClassName
{
color: #924EB0;
}
.AnyTagClassName
{
color: #924EB0;
}
</style>
background-color css
<style>
a { background-color: #924EB0; }
a { background-color: rgb(146,78,176); }
div.DivClassName
{
background-color: #924EB0;
}
.BgClassName
{
background-color: #924EB0;
}
</style>
border-color css
<style>
span { border-color: #924EB0; }
span { border-color: rgb(146,78,176); }
td.TdClassName
{
border-color: #924EB0;
}
.TagClassName
{
border-color: #924EB0;
}
</style>