Shades of Deep Lilac #903EB0
Tints of Deep Lilac #903EB0
RGB
CMYK
RGB Variations
Color information
#903EB0 (or 0x903EB0) is known color: Deep Lilac. HEX triplet: 90, 3E and B0. RGB value is (144,62,176). Sum of RGB (Red+Green+Blue) = 144+62+176=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 176 (69.14% from 255 or 46.07% from 382); Max value from RGB is 176 - color contains mainly: blue. Hex color #903EB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903EB0 is #6FC14F. Grayscale: #636363. Windows color (decimal): -7323984 or 11550352. OLE color: 11550352.
HSL color Cylindrical-coordinate representation of color #903EB0: hue angle of 283.16º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #903EB0 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 62 | 176 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.31 |
| HSL | 283.16º | 0.48% | 0.47% | - |
| HSV(B) | 283.16º | 0.65% | 0.69% | - |
| XYZ | 21.06 | 12.51 | 42.38 | - |
| YUV | 99.51 | 171.17 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 62 | 176 | 0.18 | 0.65 | 0 | 0.31 | 283.16 | 0.48 | 0.47 |
| Hex | 90 | 3E | B0 | 12 | 41 | 0 | 1F | 11B | 30 | 2F |
| Octal | 220 | 76 | 260 | 22 | 101 | 0 | 37 | 433 | 60 | 57 |
| Binary | 10010000 | 111110 | 10110000 | 10010 | 1000001 | 0 | 11111 | 100011011 | 110000 | 101111 |
Color Harmonies of #903EB0
Complementary color
Monochromatic Colors of #903EB0
Black with #903EB0
Text Example
Text Example
White with #903EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903EB0; }
p { color: rgb(144,62,176); }
H1.HeaderClassName
{
color: #903EB0;
}
.AnyTagClassName
{
color: #903EB0;
}
</style>
background-color css
<style>
a { background-color: #903EB0; }
a { background-color: rgb(144,62,176); }
div.DivClassName
{
background-color: #903EB0;
}
.BgClassName
{
background-color: #903EB0;
}
</style>
border-color css
<style>
span { border-color: #903EB0; }
span { border-color: rgb(144,62,176); }
td.TdClassName
{
border-color: #903EB0;
}
.TagClassName
{
border-color: #903EB0;
}
</style>