Shades of Deep Lilac #924ACB
Tints of Deep Lilac #924ACB
RGB
CMYK
RGB Variations
Color information
#924ACB (or 0x924ACB) is known color: Deep Lilac. HEX triplet: 92, 4A and CB. RGB value is (146,74,203). Sum of RGB (Red+Green+Blue) = 146+74+203=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #924ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924ACB is #6DB534. Grayscale: #6D6D6D. Windows color (decimal): -7189813 or 13322898. OLE color: 13322898.
HSL color Cylindrical-coordinate representation of color #924ACB: hue angle of 273.49º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #924ACB is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 74 | 203 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.20 |
| HSL | 273.49º | 0.55% | 0.54% | - |
| HSV(B) | 273.49º | 0.64% | 0.8% | - |
| XYZ | 25.08 | 15.32 | 58.14 | - |
| YUV | 110.23 | 180.35 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 74 | 203 | 0.28 | 0.64 | 0 | 0.20 | 273.49 | 0.55 | 0.54 |
| Hex | 92 | 4A | CB | 1C | 40 | 0 | 14 | 111 | 37 | 36 |
| Octal | 222 | 112 | 313 | 34 | 100 | 0 | 24 | 421 | 67 | 66 |
| Binary | 10010010 | 1001010 | 11001011 | 11100 | 1000000 | 0 | 10100 | 100010001 | 110111 | 110110 |
Color Harmonies of #924ACB
Complementary color
Monochromatic Colors of #924ACB
Black with #924ACB
Text Example
Text Example
White with #924ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924ACB; }
p { color: rgb(146,74,203); }
H1.HeaderClassName
{
color: #924ACB;
}
.AnyTagClassName
{
color: #924ACB;
}
</style>
background-color css
<style>
a { background-color: #924ACB; }
a { background-color: rgb(146,74,203); }
div.DivClassName
{
background-color: #924ACB;
}
.BgClassName
{
background-color: #924ACB;
}
</style>
border-color css
<style>
span { border-color: #924ACB; }
span { border-color: rgb(146,74,203); }
td.TdClassName
{
border-color: #924ACB;
}
.TagClassName
{
border-color: #924ACB;
}
</style>