Shades of Deep Lilac #924EBD
Tints of Deep Lilac #924EBD
RGB
CMYK
RGB Variations
Color information
#924EBD (or 0x924EBD) is known color: Deep Lilac. HEX triplet: 92, 4E and BD. RGB value is (146,78,189). Sum of RGB (Red+Green+Blue) = 146+78+189=413 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.35% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #924EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924EBD is #6DB142. Grayscale: #6E6E6E. Windows color (decimal): -7188803 or 12406418. OLE color: 12406418.
HSL color Cylindrical-coordinate representation of color #924EBD: hue angle of 276.76º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #924EBD is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 78 | 189 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.26 |
| HSL | 276.76º | 0.46% | 0.52% | - |
| HSV(B) | 276.76º | 0.59% | 0.74% | - |
| XYZ | 23.76 | 15.23 | 49.83 | - |
| YUV | 110.99 | 172.03 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 78 | 189 | 0.23 | 0.59 | 0 | 0.26 | 276.76 | 0.46 | 0.52 |
| Hex | 92 | 4E | BD | 17 | 3B | 0 | 1A | 115 | 2E | 34 |
| Octal | 222 | 116 | 275 | 27 | 73 | 0 | 32 | 425 | 56 | 64 |
| Binary | 10010010 | 1001110 | 10111101 | 10111 | 111011 | 0 | 11010 | 100010101 | 101110 | 110100 |
Color Harmonies of #924EBD
Complementary color
Monochromatic Colors of #924EBD
Black with #924EBD
Text Example
Text Example
White with #924EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924EBD; }
p { color: rgb(146,78,189); }
H1.HeaderClassName
{
color: #924EBD;
}
.AnyTagClassName
{
color: #924EBD;
}
</style>
background-color css
<style>
a { background-color: #924EBD; }
a { background-color: rgb(146,78,189); }
div.DivClassName
{
background-color: #924EBD;
}
.BgClassName
{
background-color: #924EBD;
}
</style>
border-color css
<style>
span { border-color: #924EBD; }
span { border-color: rgb(146,78,189); }
td.TdClassName
{
border-color: #924EBD;
}
.TagClassName
{
border-color: #924EBD;
}
</style>