Shades of Deep Lilac #9142AD
Tints of Deep Lilac #9142AD
RGB
CMYK
RGB Variations
Color information
#9142AD (or 0x9142AD) is known color: Deep Lilac. HEX triplet: 91, 42 and AD. RGB value is (145,66,173). Sum of RGB (Red+Green+Blue) = 145+66+173=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #9142AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9142AD is #6EBD52. Grayscale: #656565. Windows color (decimal): -7257427 or 11354769. OLE color: 11354769.
HSL color Cylindrical-coordinate representation of color #9142AD: hue angle of 284.3º 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 #9142AD is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 66 | 173 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.32 |
| HSL | 284.3º | 0.45% | 0.47% | - |
| HSV(B) | 284.3º | 0.62% | 0.68% | - |
| XYZ | 21.17 | 12.93 | 40.92 | - |
| YUV | 101.82 | 168.17 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 66 | 173 | 0.16 | 0.62 | 0 | 0.32 | 284.3 | 0.45 | 0.47 |
| Hex | 91 | 42 | AD | 10 | 3E | 0 | 20 | 11C | 2D | 2F |
| Octal | 221 | 102 | 255 | 20 | 76 | 0 | 40 | 434 | 55 | 57 |
| Binary | 10010001 | 1000010 | 10101101 | 10000 | 111110 | 0 | 100000 | 100011100 | 101101 | 101111 |
Color Harmonies of #9142AD
Complementary color
Monochromatic Colors of #9142AD
Black with #9142AD
Text Example
Text Example
White with #9142AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9142AD; }
p { color: rgb(145,66,173); }
H1.HeaderClassName
{
color: #9142AD;
}
.AnyTagClassName
{
color: #9142AD;
}
</style>
background-color css
<style>
a { background-color: #9142AD; }
a { background-color: rgb(145,66,173); }
div.DivClassName
{
background-color: #9142AD;
}
.BgClassName
{
background-color: #9142AD;
}
</style>
border-color css
<style>
span { border-color: #9142AD; }
span { border-color: rgb(145,66,173); }
td.TdClassName
{
border-color: #9142AD;
}
.TagClassName
{
border-color: #9142AD;
}
</style>