Shades of Deep Lilac #904AC9
Tints of Deep Lilac #904AC9
RGB
CMYK
RGB Variations
Color information
#904AC9 (or 0x904AC9) is known color: Deep Lilac. HEX triplet: 90, 4A and C9. RGB value is (144,74,201). Sum of RGB (Red+Green+Blue) = 144+74+201=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 201 - color contains mainly: blue. Hex color #904AC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904AC9 is #6FB536. Grayscale: #6C6C6C. Windows color (decimal): -7320887 or 13191824. OLE color: 13191824.
HSL color Cylindrical-coordinate representation of color #904AC9: hue angle of 273.07º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #904AC9 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 74 | 201 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.21 |
| HSL | 273.07º | 0.54% | 0.54% | - |
| HSV(B) | 273.07º | 0.63% | 0.79% | - |
| XYZ | 24.49 | 15.04 | 56.87 | - |
| YUV | 109.41 | 179.69 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 201 | 0.28 | 0.63 | 0 | 0.21 | 273.07 | 0.54 | 0.54 |
| Hex | 90 | 4A | C9 | 1C | 3F | 0 | 15 | 111 | 36 | 36 |
| Octal | 220 | 112 | 311 | 34 | 77 | 0 | 25 | 421 | 66 | 66 |
| Binary | 10010000 | 1001010 | 11001001 | 11100 | 111111 | 0 | 10101 | 100010001 | 110110 | 110110 |
Color Harmonies of #904AC9
Complementary color
Monochromatic Colors of #904AC9
Black with #904AC9
Text Example
Text Example
White with #904AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904AC9; }
p { color: rgb(144,74,201); }
H1.HeaderClassName
{
color: #904AC9;
}
.AnyTagClassName
{
color: #904AC9;
}
</style>
background-color css
<style>
a { background-color: #904AC9; }
a { background-color: rgb(144,74,201); }
div.DivClassName
{
background-color: #904AC9;
}
.BgClassName
{
background-color: #904AC9;
}
</style>
border-color css
<style>
span { border-color: #904AC9; }
span { border-color: rgb(144,74,201); }
td.TdClassName
{
border-color: #904AC9;
}
.TagClassName
{
border-color: #904AC9;
}
</style>