Shades of Deep Lilac #903CAB
Tints of Deep Lilac #903CAB
RGB
CMYK
RGB Variations
Color information
#903CAB (or 0x903CAB) is known color: Deep Lilac. HEX triplet: 90, 3C and AB. RGB value is (144,60,171). Sum of RGB (Red+Green+Blue) = 144+60+171=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #903CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903CAB is #6FC354. Grayscale: #616161. Windows color (decimal): -7324501 or 11222160. OLE color: 11222160.
HSL color Cylindrical-coordinate representation of color #903CAB: hue angle of 285.41º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #903CAB is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 60 | 171 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.33 |
| HSL | 285.41º | 0.48% | 0.45% | - |
| HSV(B) | 285.41º | 0.65% | 0.67% | - |
| XYZ | 20.47 | 12.1 | 39.79 | - |
| YUV | 97.77 | 169.33 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 60 | 171 | 0.16 | 0.65 | 0 | 0.33 | 285.41 | 0.48 | 0.45 |
| Hex | 90 | 3C | AB | 10 | 41 | 0 | 21 | 11D | 30 | 2D |
| Octal | 220 | 74 | 253 | 20 | 101 | 0 | 41 | 435 | 60 | 55 |
| Binary | 10010000 | 111100 | 10101011 | 10000 | 1000001 | 0 | 100001 | 100011101 | 110000 | 101101 |
Color Harmonies of #903CAB
Complementary color
Monochromatic Colors of #903CAB
Black with #903CAB
Text Example
Text Example
White with #903CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903CAB; }
p { color: rgb(144,60,171); }
H1.HeaderClassName
{
color: #903CAB;
}
.AnyTagClassName
{
color: #903CAB;
}
</style>
background-color css
<style>
a { background-color: #903CAB; }
a { background-color: rgb(144,60,171); }
div.DivClassName
{
background-color: #903CAB;
}
.BgClassName
{
background-color: #903CAB;
}
</style>
border-color css
<style>
span { border-color: #903CAB; }
span { border-color: rgb(144,60,171); }
td.TdClassName
{
border-color: #903CAB;
}
.TagClassName
{
border-color: #903CAB;
}
</style>