Shades of Deep Lilac #903CB2
Tints of Deep Lilac #903CB2
RGB
CMYK
RGB Variations
Color information
#903CB2 (or 0x903CB2) is known color: Deep Lilac. HEX triplet: 90, 3C and B2. RGB value is (144,60,178). Sum of RGB (Red+Green+Blue) = 144+60+178=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 178 (69.92% from 255 or 46.60% from 382); Max value from RGB is 178 - color contains mainly: blue. Hex color #903CB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903CB2 is #6FC34D. Grayscale: #626262. Windows color (decimal): -7324494 or 11680912. OLE color: 11680912.
HSL color Cylindrical-coordinate representation of color #903CB2: hue angle of 282.71º degrees, saturation: 0.5, 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 #903CB2 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 144 | 60 | 178 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.30 |
| HSL | 282.71º | 0.5% | 0.47% | - |
| HSV(B) | 282.71º | 0.66% | 0.7% | - |
| XYZ | 21.15 | 12.38 | 43.39 | - |
| YUV | 98.57 | 172.83 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 60 | 178 | 0.19 | 0.66 | 0 | 0.30 | 282.71 | 0.5 | 0.47 |
| Hex | 90 | 3C | B2 | 13 | 42 | 0 | 1E | 11B | 32 | 2F |
| Octal | 220 | 74 | 262 | 23 | 102 | 0 | 36 | 433 | 62 | 57 |
| Binary | 10010000 | 111100 | 10110010 | 10011 | 1000010 | 0 | 11110 | 100011011 | 110010 | 101111 |
Color Harmonies of #903CB2
Complementary color
Monochromatic Colors of #903CB2
Black with #903CB2
Text Example
Text Example
White with #903CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903CB2; }
p { color: rgb(144,60,178); }
H1.HeaderClassName
{
color: #903CB2;
}
.AnyTagClassName
{
color: #903CB2;
}
</style>
background-color css
<style>
a { background-color: #903CB2; }
a { background-color: rgb(144,60,178); }
div.DivClassName
{
background-color: #903CB2;
}
.BgClassName
{
background-color: #903CB2;
}
</style>
border-color css
<style>
span { border-color: #903CB2; }
span { border-color: rgb(144,60,178); }
td.TdClassName
{
border-color: #903CB2;
}
.TagClassName
{
border-color: #903CB2;
}
</style>