Shades of Deep Lilac #903BB0
Tints of Deep Lilac #903BB0
RGB
CMYK
RGB Variations
Color information
#903BB0 (or 0x903BB0) is known color: Deep Lilac. HEX triplet: 90, 3B and B0. RGB value is (144,59,176). Sum of RGB (Red+Green+Blue) = 144+59+176=379 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.99% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 176 (69.14% from 255 or 46.44% from 379); Max value from RGB is 176 - color contains mainly: blue. Hex color #903BB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903BB0 is #6FC44F. Grayscale: #616161. Windows color (decimal): -7324752 or 11549584. OLE color: 11549584.
HSL color Cylindrical-coordinate representation of color #903BB0: hue angle of 283.59º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #903BB0 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 59 | 176 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.31 |
| HSL | 283.59º | 0.5% | 0.46% | - |
| HSV(B) | 283.59º | 0.66% | 0.69% | - |
| XYZ | 20.9 | 12.19 | 42.33 | - |
| YUV | 97.75 | 172.16 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 59 | 176 | 0.18 | 0.66 | 0 | 0.31 | 283.59 | 0.5 | 0.46 |
| Hex | 90 | 3B | B0 | 12 | 42 | 0 | 1F | 11C | 32 | 2E |
| Octal | 220 | 73 | 260 | 22 | 102 | 0 | 37 | 434 | 62 | 56 |
| Binary | 10010000 | 111011 | 10110000 | 10010 | 1000010 | 0 | 11111 | 100011100 | 110010 | 101110 |
Color Harmonies of #903BB0
Complementary color
Monochromatic Colors of #903BB0
Black with #903BB0
Text Example
Text Example
White with #903BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903BB0; }
p { color: rgb(144,59,176); }
H1.HeaderClassName
{
color: #903BB0;
}
.AnyTagClassName
{
color: #903BB0;
}
</style>
background-color css
<style>
a { background-color: #903BB0; }
a { background-color: rgb(144,59,176); }
div.DivClassName
{
background-color: #903BB0;
}
.BgClassName
{
background-color: #903BB0;
}
</style>
border-color css
<style>
span { border-color: #903BB0; }
span { border-color: rgb(144,59,176); }
td.TdClassName
{
border-color: #903BB0;
}
.TagClassName
{
border-color: #903BB0;
}
</style>