Shades of Deep Lilac #903DB2
Tints of Deep Lilac #903DB2
RGB
CMYK
RGB Variations
Color information
#903DB2 (or 0x903DB2) is known color: Deep Lilac. HEX triplet: 90, 3D and B2. RGB value is (144,61,178). Sum of RGB (Red+Green+Blue) = 144+61+178=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 178 (69.92% from 255 or 46.48% from 383); Max value from RGB is 178 - color contains mainly: blue. Hex color #903DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903DB2 is #6FC24D. Grayscale: #626262. Windows color (decimal): -7324238 or 11681168. OLE color: 11681168.
HSL color Cylindrical-coordinate representation of color #903DB2: hue angle of 282.56º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #903DB2 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 61 | 178 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.30 |
| HSL | 282.56º | 0.49% | 0.47% | - |
| HSV(B) | 282.56º | 0.66% | 0.7% | - |
| XYZ | 21.21 | 12.48 | 43.41 | - |
| YUV | 99.16 | 172.5 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 61 | 178 | 0.19 | 0.66 | 0 | 0.30 | 282.56 | 0.49 | 0.47 |
| Hex | 90 | 3D | B2 | 13 | 42 | 0 | 1E | 11B | 31 | 2F |
| Octal | 220 | 75 | 262 | 23 | 102 | 0 | 36 | 433 | 61 | 57 |
| Binary | 10010000 | 111101 | 10110010 | 10011 | 1000010 | 0 | 11110 | 100011011 | 110001 | 101111 |
Color Harmonies of #903DB2
Complementary color
Monochromatic Colors of #903DB2
Black with #903DB2
Text Example
Text Example
White with #903DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903DB2; }
p { color: rgb(144,61,178); }
H1.HeaderClassName
{
color: #903DB2;
}
.AnyTagClassName
{
color: #903DB2;
}
</style>
background-color css
<style>
a { background-color: #903DB2; }
a { background-color: rgb(144,61,178); }
div.DivClassName
{
background-color: #903DB2;
}
.BgClassName
{
background-color: #903DB2;
}
</style>
border-color css
<style>
span { border-color: #903DB2; }
span { border-color: rgb(144,61,178); }
td.TdClassName
{
border-color: #903DB2;
}
.TagClassName
{
border-color: #903DB2;
}
</style>