Shades of Deep Lilac #904ACE
Tints of Deep Lilac #904ACE
RGB
CMYK
RGB Variations
Color information
#904ACE (or 0x904ACE) is known color: Deep Lilac. HEX triplet: 90, 4A and CE. RGB value is (144,74,206). Sum of RGB (Red+Green+Blue) = 144+74+206=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #904ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904ACE is #6FB531. Grayscale: #6D6D6D. Windows color (decimal): -7320882 or 13519504. OLE color: 13519504.
HSL color Cylindrical-coordinate representation of color #904ACE: hue angle of 271.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #904ACE is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 74 | 206 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.19 |
| HSL | 271.82º | 0.57% | 0.55% | - |
| HSV(B) | 271.82º | 0.64% | 0.81% | - |
| XYZ | 25.09 | 15.28 | 60.02 | - |
| YUV | 109.98 | 182.19 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 74 | 206 | 0.30 | 0.64 | 0 | 0.19 | 271.82 | 0.57 | 0.55 |
| Hex | 90 | 4A | CE | 1E | 40 | 0 | 13 | 110 | 39 | 37 |
| Octal | 220 | 112 | 316 | 36 | 100 | 0 | 23 | 420 | 71 | 67 |
| Binary | 10010000 | 1001010 | 11001110 | 11110 | 1000000 | 0 | 10011 | 100010000 | 111001 | 110111 |
Color Harmonies of #904ACE
Complementary color
Monochromatic Colors of #904ACE
Black with #904ACE
Text Example
Text Example
White with #904ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904ACE; }
p { color: rgb(144,74,206); }
H1.HeaderClassName
{
color: #904ACE;
}
.AnyTagClassName
{
color: #904ACE;
}
</style>
background-color css
<style>
a { background-color: #904ACE; }
a { background-color: rgb(144,74,206); }
div.DivClassName
{
background-color: #904ACE;
}
.BgClassName
{
background-color: #904ACE;
}
</style>
border-color css
<style>
span { border-color: #904ACE; }
span { border-color: rgb(144,74,206); }
td.TdClassName
{
border-color: #904ACE;
}
.TagClassName
{
border-color: #904ACE;
}
</style>