Shades of Deep Lilac #924BCB
Tints of Deep Lilac #924BCB
RGB
CMYK
RGB Variations
Color information
#924BCB (or 0x924BCB) is known color: Deep Lilac. HEX triplet: 92, 4B and CB. RGB value is (146,75,203). Sum of RGB (Red+Green+Blue) = 146+75+203=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #924BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924BCB is #6DB434. Grayscale: #6E6E6E. Windows color (decimal): -7189557 or 13323154. OLE color: 13323154.
HSL color Cylindrical-coordinate representation of color #924BCB: hue angle of 273.28º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #924BCB is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 75 | 203 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.20 |
| HSL | 273.28º | 0.55% | 0.55% | - |
| HSV(B) | 273.28º | 0.63% | 0.8% | - |
| XYZ | 25.15 | 15.45 | 58.16 | - |
| YUV | 110.82 | 180.02 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 75 | 203 | 0.28 | 0.63 | 0 | 0.20 | 273.28 | 0.55 | 0.55 |
| Hex | 92 | 4B | CB | 1C | 3F | 0 | 14 | 111 | 37 | 37 |
| Octal | 222 | 113 | 313 | 34 | 77 | 0 | 24 | 421 | 67 | 67 |
| Binary | 10010010 | 1001011 | 11001011 | 11100 | 111111 | 0 | 10100 | 100010001 | 110111 | 110111 |
Color Harmonies of #924BCB
Complementary color
Monochromatic Colors of #924BCB
Black with #924BCB
Text Example
Text Example
White with #924BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924BCB; }
p { color: rgb(146,75,203); }
H1.HeaderClassName
{
color: #924BCB;
}
.AnyTagClassName
{
color: #924BCB;
}
</style>
background-color css
<style>
a { background-color: #924BCB; }
a { background-color: rgb(146,75,203); }
div.DivClassName
{
background-color: #924BCB;
}
.BgClassName
{
background-color: #924BCB;
}
</style>
border-color css
<style>
span { border-color: #924BCB; }
span { border-color: rgb(146,75,203); }
td.TdClassName
{
border-color: #924BCB;
}
.TagClassName
{
border-color: #924BCB;
}
</style>