Shades of Deep Lilac #9042AB
Tints of Deep Lilac #9042AB
RGB
CMYK
RGB Variations
Color information
#9042AB (or 0x9042AB) is known color: Deep Lilac. HEX triplet: 90, 42 and AB. RGB value is (144,66,171). Sum of RGB (Red+Green+Blue) = 144+66+171=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #9042AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9042AB is #6FBD54. Grayscale: #646464. Windows color (decimal): -7322965 or 11223696. OLE color: 11223696.
HSL color Cylindrical-coordinate representation of color #9042AB: hue angle of 284.57º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9042AB is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 66 | 171 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.33 |
| HSL | 284.57º | 0.44% | 0.46% | - |
| HSV(B) | 284.57º | 0.61% | 0.67% | - |
| XYZ | 20.8 | 12.77 | 39.9 | - |
| YUV | 101.29 | 167.34 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 66 | 171 | 0.16 | 0.61 | 0 | 0.33 | 284.57 | 0.44 | 0.46 |
| Hex | 90 | 42 | AB | 10 | 3D | 0 | 21 | 11D | 2C | 2E |
| Octal | 220 | 102 | 253 | 20 | 75 | 0 | 41 | 435 | 54 | 56 |
| Binary | 10010000 | 1000010 | 10101011 | 10000 | 111101 | 0 | 100001 | 100011101 | 101100 | 101110 |
Color Harmonies of #9042AB
Complementary color
Monochromatic Colors of #9042AB
Black with #9042AB
Text Example
Text Example
White with #9042AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9042AB; }
p { color: rgb(144,66,171); }
H1.HeaderClassName
{
color: #9042AB;
}
.AnyTagClassName
{
color: #9042AB;
}
</style>
background-color css
<style>
a { background-color: #9042AB; }
a { background-color: rgb(144,66,171); }
div.DivClassName
{
background-color: #9042AB;
}
.BgClassName
{
background-color: #9042AB;
}
</style>
border-color css
<style>
span { border-color: #9042AB; }
span { border-color: rgb(144,66,171); }
td.TdClassName
{
border-color: #9042AB;
}
.TagClassName
{
border-color: #9042AB;
}
</style>