Shades of Deep Lilac #904AC5
Tints of Deep Lilac #904AC5
RGB
CMYK
RGB Variations
Color information
#904AC5 (or 0x904AC5) is known color: Deep Lilac. HEX triplet: 90, 4A and C5. RGB value is (144,74,197). Sum of RGB (Red+Green+Blue) = 144+74+197=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 197 (77.34% from 255 or 47.47% from 415); Max value from RGB is 197 - color contains mainly: blue. Hex color #904AC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904AC5 is #6FB53A. Grayscale: #6C6C6C. Windows color (decimal): -7320891 or 12929680. OLE color: 12929680.
HSL color Cylindrical-coordinate representation of color #904AC5: hue angle of 274.15º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #904AC5 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 74 | 197 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.23 |
| HSL | 274.15º | 0.51% | 0.53% | - |
| HSV(B) | 274.15º | 0.62% | 0.77% | - |
| XYZ | 24.03 | 14.86 | 54.42 | - |
| YUV | 108.95 | 177.69 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 197 | 0.27 | 0.62 | 0 | 0.23 | 274.15 | 0.51 | 0.53 |
| Hex | 90 | 4A | C5 | 1B | 3E | 0 | 17 | 112 | 33 | 35 |
| Octal | 220 | 112 | 305 | 33 | 76 | 0 | 27 | 422 | 63 | 65 |
| Binary | 10010000 | 1001010 | 11000101 | 11011 | 111110 | 0 | 10111 | 100010010 | 110011 | 110101 |
Color Harmonies of #904AC5
Complementary color
Monochromatic Colors of #904AC5
Black with #904AC5
Text Example
Text Example
White with #904AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904AC5; }
p { color: rgb(144,74,197); }
H1.HeaderClassName
{
color: #904AC5;
}
.AnyTagClassName
{
color: #904AC5;
}
</style>
background-color css
<style>
a { background-color: #904AC5; }
a { background-color: rgb(144,74,197); }
div.DivClassName
{
background-color: #904AC5;
}
.BgClassName
{
background-color: #904AC5;
}
</style>
border-color css
<style>
span { border-color: #904AC5; }
span { border-color: rgb(144,74,197); }
td.TdClassName
{
border-color: #904AC5;
}
.TagClassName
{
border-color: #904AC5;
}
</style>