Shades of Deep Lilac #9242AD
Tints of Deep Lilac #9242AD
RGB
CMYK
RGB Variations
Color information
#9242AD (or 0x9242AD) is known color: Deep Lilac. HEX triplet: 92, 42 and AD. RGB value is (146,66,173). Sum of RGB (Red+Green+Blue) = 146+66+173=385 (50% of max value = 765). Red value is 146 (57.42% from 255 or 37.92% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #9242AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9242AD is #6DBD52. Grayscale: #656565. Windows color (decimal): -7191891 or 11354770. OLE color: 11354770.
HSL color Cylindrical-coordinate representation of color #9242AD: hue angle of 284.86º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9242AD is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 66 | 173 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.32 |
| HSL | 284.86º | 0.45% | 0.47% | - |
| HSV(B) | 284.86º | 0.62% | 0.68% | - |
| XYZ | 21.35 | 13.02 | 40.92 | - |
| YUV | 102.12 | 168 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 66 | 173 | 0.16 | 0.62 | 0 | 0.32 | 284.86 | 0.45 | 0.47 |
| Hex | 92 | 42 | AD | 10 | 3E | 0 | 20 | 11D | 2D | 2F |
| Octal | 222 | 102 | 255 | 20 | 76 | 0 | 40 | 435 | 55 | 57 |
| Binary | 10010010 | 1000010 | 10101101 | 10000 | 111110 | 0 | 100000 | 100011101 | 101101 | 101111 |
Color Harmonies of #9242AD
Complementary color
Monochromatic Colors of #9242AD
Black with #9242AD
Text Example
Text Example
White with #9242AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9242AD; }
p { color: rgb(146,66,173); }
H1.HeaderClassName
{
color: #9242AD;
}
.AnyTagClassName
{
color: #9242AD;
}
</style>
background-color css
<style>
a { background-color: #9242AD; }
a { background-color: rgb(146,66,173); }
div.DivClassName
{
background-color: #9242AD;
}
.BgClassName
{
background-color: #9242AD;
}
</style>
border-color css
<style>
span { border-color: #9242AD; }
span { border-color: rgb(146,66,173); }
td.TdClassName
{
border-color: #9242AD;
}
.TagClassName
{
border-color: #9242AD;
}
</style>