Shades of Deep Lilac #903DB0
Tints of Deep Lilac #903DB0
RGB
CMYK
RGB Variations
Color information
#903DB0 (or 0x903DB0) is known color: Deep Lilac. HEX triplet: 90, 3D and B0. RGB value is (144,61,176). Sum of RGB (Red+Green+Blue) = 144+61+176=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 61 (24.22% from 255 or 16.01% from 381); Blue value is 176 (69.14% from 255 or 46.19% from 381); Max value from RGB is 176 - color contains mainly: blue. Hex color #903DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903DB0 is #6FC24F. Grayscale: #626262. Windows color (decimal): -7324240 or 11550096. OLE color: 11550096.
HSL color Cylindrical-coordinate representation of color #903DB0: hue angle of 283.3º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #903DB0 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 61 | 176 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.31 |
| HSL | 283.3º | 0.49% | 0.46% | - |
| HSV(B) | 283.3º | 0.65% | 0.69% | - |
| XYZ | 21.01 | 12.4 | 42.36 | - |
| YUV | 98.93 | 171.5 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 61 | 176 | 0.18 | 0.65 | 0 | 0.31 | 283.3 | 0.49 | 0.46 |
| Hex | 90 | 3D | B0 | 12 | 41 | 0 | 1F | 11B | 31 | 2E |
| Octal | 220 | 75 | 260 | 22 | 101 | 0 | 37 | 433 | 61 | 56 |
| Binary | 10010000 | 111101 | 10110000 | 10010 | 1000001 | 0 | 11111 | 100011011 | 110001 | 101110 |
Color Harmonies of #903DB0
Complementary color
Monochromatic Colors of #903DB0
Black with #903DB0
Text Example
Text Example
White with #903DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903DB0; }
p { color: rgb(144,61,176); }
H1.HeaderClassName
{
color: #903DB0;
}
.AnyTagClassName
{
color: #903DB0;
}
</style>
background-color css
<style>
a { background-color: #903DB0; }
a { background-color: rgb(144,61,176); }
div.DivClassName
{
background-color: #903DB0;
}
.BgClassName
{
background-color: #903DB0;
}
</style>
border-color css
<style>
span { border-color: #903DB0; }
span { border-color: rgb(144,61,176); }
td.TdClassName
{
border-color: #903DB0;
}
.TagClassName
{
border-color: #903DB0;
}
</style>