Shades of Deep Lilac #904EBA
Tints of Deep Lilac #904EBA
RGB
CMYK
RGB Variations
Color information
#904EBA (or 0x904EBA) is known color: Deep Lilac. HEX triplet: 90, 4E and BA. RGB value is (144,78,186). Sum of RGB (Red+Green+Blue) = 144+78+186=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #904EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #904EBA is #6FB145. Grayscale: #6D6D6D. Windows color (decimal): -7319878 or 12209808. OLE color: 12209808.
HSL color Cylindrical-coordinate representation of color #904EBA: hue angle of 276.67º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #904EBA is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 78 | 186 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.27 |
| HSL | 276.67º | 0.44% | 0.52% | - |
| HSV(B) | 276.67º | 0.58% | 0.73% | - |
| XYZ | 23.09 | 14.92 | 48.12 | - |
| YUV | 110.05 | 170.87 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 186 | 0.23 | 0.58 | 0 | 0.27 | 276.67 | 0.44 | 0.52 |
| Hex | 90 | 4E | BA | 17 | 3A | 0 | 1B | 115 | 2C | 34 |
| Octal | 220 | 116 | 272 | 27 | 72 | 0 | 33 | 425 | 54 | 64 |
| Binary | 10010000 | 1001110 | 10111010 | 10111 | 111010 | 0 | 11011 | 100010101 | 101100 | 110100 |
Color Harmonies of #904EBA
Complementary color
Monochromatic Colors of #904EBA
Black with #904EBA
Text Example
Text Example
White with #904EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904EBA; }
p { color: rgb(144,78,186); }
H1.HeaderClassName
{
color: #904EBA;
}
.AnyTagClassName
{
color: #904EBA;
}
</style>
background-color css
<style>
a { background-color: #904EBA; }
a { background-color: rgb(144,78,186); }
div.DivClassName
{
background-color: #904EBA;
}
.BgClassName
{
background-color: #904EBA;
}
</style>
border-color css
<style>
span { border-color: #904EBA; }
span { border-color: rgb(144,78,186); }
td.TdClassName
{
border-color: #904EBA;
}
.TagClassName
{
border-color: #904EBA;
}
</style>