Shades of Deep Lilac #904ECE
Tints of Deep Lilac #904ECE
RGB
CMYK
RGB Variations
Color information
#904ECE (or 0x904ECE) is known color: Deep Lilac. HEX triplet: 90, 4E and CE. RGB value is (144,78,206). Sum of RGB (Red+Green+Blue) = 144+78+206=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #904ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904ECE is #6FB131. Grayscale: #6F6F6F. Windows color (decimal): -7319858 or 13520528. OLE color: 13520528.
HSL color Cylindrical-coordinate representation of color #904ECE: hue angle of 270.94º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #904ECE is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 78 | 206 | - |
| CMYK | 0.30 | 0.62 | 0 | 0.19 |
| HSL | 270.94º | 0.57% | 0.56% | - |
| HSV(B) | 270.94º | 0.62% | 0.81% | - |
| XYZ | 25.37 | 15.83 | 60.11 | - |
| YUV | 112.33 | 180.87 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 206 | 0.30 | 0.62 | 0 | 0.19 | 270.94 | 0.57 | 0.56 |
| Hex | 90 | 4E | CE | 1E | 3E | 0 | 13 | 10F | 39 | 38 |
| Octal | 220 | 116 | 316 | 36 | 76 | 0 | 23 | 417 | 71 | 70 |
| Binary | 10010000 | 1001110 | 11001110 | 11110 | 111110 | 0 | 10011 | 100001111 | 111001 | 111000 |
Color Harmonies of #904ECE
Complementary color
Monochromatic Colors of #904ECE
Black with #904ECE
Text Example
Text Example
White with #904ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904ECE; }
p { color: rgb(144,78,206); }
H1.HeaderClassName
{
color: #904ECE;
}
.AnyTagClassName
{
color: #904ECE;
}
</style>
background-color css
<style>
a { background-color: #904ECE; }
a { background-color: rgb(144,78,206); }
div.DivClassName
{
background-color: #904ECE;
}
.BgClassName
{
background-color: #904ECE;
}
</style>
border-color css
<style>
span { border-color: #904ECE; }
span { border-color: rgb(144,78,206); }
td.TdClassName
{
border-color: #904ECE;
}
.TagClassName
{
border-color: #904ECE;
}
</style>