Shades of Deep Lilac #9042AC
Tints of Deep Lilac #9042AC
RGB
CMYK
RGB Variations
Color information
#9042AC (or 0x9042AC) is known color: Deep Lilac. HEX triplet: 90, 42 and AC. RGB value is (144,66,172). Sum of RGB (Red+Green+Blue) = 144+66+172=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #9042AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9042AC is #6FBD53. Grayscale: #656565. Windows color (decimal): -7322964 or 11289232. OLE color: 11289232.
HSL color Cylindrical-coordinate representation of color #9042AC: hue angle of 284.15º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9042AC is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 66 | 172 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.33 |
| HSL | 284.15º | 0.45% | 0.47% | - |
| HSV(B) | 284.15º | 0.62% | 0.67% | - |
| XYZ | 20.9 | 12.8 | 40.4 | - |
| YUV | 101.41 | 167.84 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 66 | 172 | 0.16 | 0.62 | 0 | 0.33 | 284.15 | 0.45 | 0.47 |
| Hex | 90 | 42 | AC | 10 | 3E | 0 | 21 | 11C | 2D | 2F |
| Octal | 220 | 102 | 254 | 20 | 76 | 0 | 41 | 434 | 55 | 57 |
| Binary | 10010000 | 1000010 | 10101100 | 10000 | 111110 | 0 | 100001 | 100011100 | 101101 | 101111 |
Color Harmonies of #9042AC
Complementary color
Monochromatic Colors of #9042AC
Black with #9042AC
Text Example
Text Example
White with #9042AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9042AC; }
p { color: rgb(144,66,172); }
H1.HeaderClassName
{
color: #9042AC;
}
.AnyTagClassName
{
color: #9042AC;
}
</style>
background-color css
<style>
a { background-color: #9042AC; }
a { background-color: rgb(144,66,172); }
div.DivClassName
{
background-color: #9042AC;
}
.BgClassName
{
background-color: #9042AC;
}
</style>
border-color css
<style>
span { border-color: #9042AC; }
span { border-color: rgb(144,66,172); }
td.TdClassName
{
border-color: #9042AC;
}
.TagClassName
{
border-color: #9042AC;
}
</style>