Shades of Deep Lilac #904ECB
Tints of Deep Lilac #904ECB
RGB
CMYK
RGB Variations
Color information
#904ECB (or 0x904ECB) is known color: Deep Lilac. HEX triplet: 90, 4E and CB. RGB value is (144,78,203). Sum of RGB (Red+Green+Blue) = 144+78+203=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #904ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904ECB is #6FB134. Grayscale: #6F6F6F. Windows color (decimal): -7319861 or 13323920. OLE color: 13323920.
HSL color Cylindrical-coordinate representation of color #904ECB: hue angle of 271.68º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #904ECB is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 78 | 203 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.20 |
| HSL | 271.68º | 0.55% | 0.55% | - |
| HSV(B) | 271.68º | 0.62% | 0.8% | - |
| XYZ | 25.01 | 15.69 | 58.21 | - |
| YUV | 111.98 | 179.37 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 203 | 0.29 | 0.62 | 0 | 0.20 | 271.68 | 0.55 | 0.55 |
| Hex | 90 | 4E | CB | 1D | 3E | 0 | 14 | 110 | 37 | 37 |
| Octal | 220 | 116 | 313 | 35 | 76 | 0 | 24 | 420 | 67 | 67 |
| Binary | 10010000 | 1001110 | 11001011 | 11101 | 111110 | 0 | 10100 | 100010000 | 110111 | 110111 |
Color Harmonies of #904ECB
Complementary color
Monochromatic Colors of #904ECB
Black with #904ECB
Text Example
Text Example
White with #904ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904ECB; }
p { color: rgb(144,78,203); }
H1.HeaderClassName
{
color: #904ECB;
}
.AnyTagClassName
{
color: #904ECB;
}
</style>
background-color css
<style>
a { background-color: #904ECB; }
a { background-color: rgb(144,78,203); }
div.DivClassName
{
background-color: #904ECB;
}
.BgClassName
{
background-color: #904ECB;
}
</style>
border-color css
<style>
span { border-color: #904ECB; }
span { border-color: rgb(144,78,203); }
td.TdClassName
{
border-color: #904ECB;
}
.TagClassName
{
border-color: #904ECB;
}
</style>