Shades of Deep Lilac #904BAC
Tints of Deep Lilac #904BAC
RGB
CMYK
RGB Variations
Color information
#904BAC (or 0x904BAC) is known color: Deep Lilac. HEX triplet: 90, 4B and AC. RGB value is (144,75,172). Sum of RGB (Red+Green+Blue) = 144+75+172=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #904BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #904BAC is #6FB453. Grayscale: #6A6A6A. Windows color (decimal): -7320660 or 11291536. OLE color: 11291536.
HSL color Cylindrical-coordinate representation of color #904BAC: hue angle of 282.68º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #904BAC is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 75 | 172 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.33 |
| HSL | 282.68º | 0.39% | 0.48% | - |
| HSV(B) | 282.68º | 0.56% | 0.67% | - |
| XYZ | 21.46 | 13.94 | 40.59 | - |
| YUV | 106.69 | 164.86 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 75 | 172 | 0.16 | 0.56 | 0 | 0.33 | 282.68 | 0.39 | 0.48 |
| Hex | 90 | 4B | AC | 10 | 38 | 0 | 21 | 11B | 27 | 30 |
| Octal | 220 | 113 | 254 | 20 | 70 | 0 | 41 | 433 | 47 | 60 |
| Binary | 10010000 | 1001011 | 10101100 | 10000 | 111000 | 0 | 100001 | 100011011 | 100111 | 110000 |
Color Harmonies of #904BAC
Complementary color
Monochromatic Colors of #904BAC
Black with #904BAC
Text Example
Text Example
White with #904BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904BAC; }
p { color: rgb(144,75,172); }
H1.HeaderClassName
{
color: #904BAC;
}
.AnyTagClassName
{
color: #904BAC;
}
</style>
background-color css
<style>
a { background-color: #904BAC; }
a { background-color: rgb(144,75,172); }
div.DivClassName
{
background-color: #904BAC;
}
.BgClassName
{
background-color: #904BAC;
}
</style>
border-color css
<style>
span { border-color: #904BAC; }
span { border-color: rgb(144,75,172); }
td.TdClassName
{
border-color: #904BAC;
}
.TagClassName
{
border-color: #904BAC;
}
</style>