Shades of Deep Lilac #924CCB
Tints of Deep Lilac #924CCB
RGB
CMYK
RGB Variations
Color information
#924CCB (or 0x924CCB) is known color: Deep Lilac. HEX triplet: 92, 4C and CB. RGB value is (146,76,203). Sum of RGB (Red+Green+Blue) = 146+76+203=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #924CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924CCB is #6DB334. Grayscale: #6E6E6E. Windows color (decimal): -7189301 or 13323410. OLE color: 13323410.
HSL color Cylindrical-coordinate representation of color #924CCB: hue angle of 273.07º 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 #924CCB is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 76 | 203 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.20 |
| HSL | 273.07º | 0.55% | 0.55% | - |
| HSV(B) | 273.07º | 0.63% | 0.8% | - |
| XYZ | 25.22 | 15.59 | 58.18 | - |
| YUV | 111.41 | 179.69 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 76 | 203 | 0.28 | 0.63 | 0 | 0.20 | 273.07 | 0.55 | 0.55 |
| Hex | 92 | 4C | CB | 1C | 3F | 0 | 14 | 111 | 37 | 37 |
| Octal | 222 | 114 | 313 | 34 | 77 | 0 | 24 | 421 | 67 | 67 |
| Binary | 10010010 | 1001100 | 11001011 | 11100 | 111111 | 0 | 10100 | 100010001 | 110111 | 110111 |
Color Harmonies of #924CCB
Complementary color
Monochromatic Colors of #924CCB
Black with #924CCB
Text Example
Text Example
White with #924CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924CCB; }
p { color: rgb(146,76,203); }
H1.HeaderClassName
{
color: #924CCB;
}
.AnyTagClassName
{
color: #924CCB;
}
</style>
background-color css
<style>
a { background-color: #924CCB; }
a { background-color: rgb(146,76,203); }
div.DivClassName
{
background-color: #924CCB;
}
.BgClassName
{
background-color: #924CCB;
}
</style>
border-color css
<style>
span { border-color: #924CCB; }
span { border-color: rgb(146,76,203); }
td.TdClassName
{
border-color: #924CCB;
}
.TagClassName
{
border-color: #924CCB;
}
</style>