Shades of Deep Lilac #903DAC
Tints of Deep Lilac #903DAC
RGB
CMYK
RGB Variations
Color information
#903DAC (or 0x903DAC) is known color: Deep Lilac. HEX triplet: 90, 3D and AC. RGB value is (144,61,172). Sum of RGB (Red+Green+Blue) = 144+61+172=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #903DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #903DAC is #6FC253. Grayscale: #626262. Windows color (decimal): -7324244 or 11287952. OLE color: 11287952.
HSL color Cylindrical-coordinate representation of color #903DAC: hue angle of 284.86º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #903DAC is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 61 | 172 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.33 |
| HSL | 284.86º | 0.48% | 0.46% | - |
| HSV(B) | 284.86º | 0.65% | 0.67% | - |
| XYZ | 20.62 | 12.25 | 40.31 | - |
| YUV | 98.47 | 169.5 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 61 | 172 | 0.16 | 0.65 | 0 | 0.33 | 284.86 | 0.48 | 0.46 |
| Hex | 90 | 3D | AC | 10 | 41 | 0 | 21 | 11D | 30 | 2E |
| Octal | 220 | 75 | 254 | 20 | 101 | 0 | 41 | 435 | 60 | 56 |
| Binary | 10010000 | 111101 | 10101100 | 10000 | 1000001 | 0 | 100001 | 100011101 | 110000 | 101110 |
Color Harmonies of #903DAC
Complementary color
Monochromatic Colors of #903DAC
Black with #903DAC
Text Example
Text Example
White with #903DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903DAC; }
p { color: rgb(144,61,172); }
H1.HeaderClassName
{
color: #903DAC;
}
.AnyTagClassName
{
color: #903DAC;
}
</style>
background-color css
<style>
a { background-color: #903DAC; }
a { background-color: rgb(144,61,172); }
div.DivClassName
{
background-color: #903DAC;
}
.BgClassName
{
background-color: #903DAC;
}
</style>
border-color css
<style>
span { border-color: #903DAC; }
span { border-color: rgb(144,61,172); }
td.TdClassName
{
border-color: #903DAC;
}
.TagClassName
{
border-color: #903DAC;
}
</style>