Shades of Deep Lilac #924CAD
Tints of Deep Lilac #924CAD
RGB
CMYK
RGB Variations
Color information
#924CAD (or 0x924CAD) is known color: Deep Lilac. HEX triplet: 92, 4C and AD. RGB value is (146,76,173). Sum of RGB (Red+Green+Blue) = 146+76+173=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #924CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #924CAD is #6DB352. Grayscale: #6B6B6B. Windows color (decimal): -7189331 or 11357330. OLE color: 11357330.
HSL color Cylindrical-coordinate representation of color #924CAD: hue angle of 283.3º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #924CAD is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 76 | 173 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.32 |
| HSL | 283.3º | 0.39% | 0.49% | - |
| HSV(B) | 283.3º | 0.56% | 0.68% | - |
| XYZ | 21.98 | 14.3 | 41.14 | - |
| YUV | 107.99 | 164.69 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 76 | 173 | 0.16 | 0.56 | 0 | 0.32 | 283.3 | 0.39 | 0.49 |
| Hex | 92 | 4C | AD | 10 | 38 | 0 | 20 | 11B | 27 | 31 |
| Octal | 222 | 114 | 255 | 20 | 70 | 0 | 40 | 433 | 47 | 61 |
| Binary | 10010010 | 1001100 | 10101101 | 10000 | 111000 | 0 | 100000 | 100011011 | 100111 | 110001 |
Color Harmonies of #924CAD
Complementary color
Monochromatic Colors of #924CAD
Black with #924CAD
Text Example
Text Example
White with #924CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924CAD; }
p { color: rgb(146,76,173); }
H1.HeaderClassName
{
color: #924CAD;
}
.AnyTagClassName
{
color: #924CAD;
}
</style>
background-color css
<style>
a { background-color: #924CAD; }
a { background-color: rgb(146,76,173); }
div.DivClassName
{
background-color: #924CAD;
}
.BgClassName
{
background-color: #924CAD;
}
</style>
border-color css
<style>
span { border-color: #924CAD; }
span { border-color: rgb(146,76,173); }
td.TdClassName
{
border-color: #924CAD;
}
.TagClassName
{
border-color: #924CAD;
}
</style>