Shades of Deep Lilac #905EAE
Tints of Deep Lilac #905EAE
RGB
CMYK
RGB Variations
Color information
#905EAE (or 0x905EAE) is known color: Deep Lilac. HEX triplet: 90, 5E and AE. RGB value is (144,94,174). Sum of RGB (Red+Green+Blue) = 144+94+174=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #905EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905EAE is #6FA151. Grayscale: #757575. Windows color (decimal): -7315794 or 11427472. OLE color: 11427472.
HSL color Cylindrical-coordinate representation of color #905EAE: hue angle of 277.5º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #905EAE is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 94 | 174 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.32 |
| HSL | 277.5º | 0.33% | 0.53% | - |
| HSV(B) | 277.5º | 0.46% | 0.68% | - |
| XYZ | 23.14 | 16.99 | 42.1 | - |
| YUV | 118.07 | 159.57 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 94 | 174 | 0.17 | 0.46 | 0 | 0.32 | 277.5 | 0.33 | 0.53 |
| Hex | 90 | 5E | AE | 11 | 2E | 0 | 20 | 116 | 21 | 35 |
| Octal | 220 | 136 | 256 | 21 | 56 | 0 | 40 | 426 | 41 | 65 |
| Binary | 10010000 | 1011110 | 10101110 | 10001 | 101110 | 0 | 100000 | 100010110 | 100001 | 110101 |
Color Harmonies of #905EAE
Complementary color
Monochromatic Colors of #905EAE
Black with #905EAE
Text Example
Text Example
White with #905EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905EAE; }
p { color: rgb(144,94,174); }
H1.HeaderClassName
{
color: #905EAE;
}
.AnyTagClassName
{
color: #905EAE;
}
</style>
background-color css
<style>
a { background-color: #905EAE; }
a { background-color: rgb(144,94,174); }
div.DivClassName
{
background-color: #905EAE;
}
.BgClassName
{
background-color: #905EAE;
}
</style>
border-color css
<style>
span { border-color: #905EAE; }
span { border-color: rgb(144,94,174); }
td.TdClassName
{
border-color: #905EAE;
}
.TagClassName
{
border-color: #905EAE;
}
</style>