Shades of Deep Lilac #915AAE
Tints of Deep Lilac #915AAE
RGB
CMYK
RGB Variations
Color information
#915AAE (or 0x915AAE) is known color: Deep Lilac. HEX triplet: 91, 5A and AE. RGB value is (145,90,174). Sum of RGB (Red+Green+Blue) = 145+90+174=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #915AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915AAE is #6EA551. Grayscale: #737373. Windows color (decimal): -7251282 or 11426449. OLE color: 11426449.
HSL color Cylindrical-coordinate representation of color #915AAE: hue angle of 279.29º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #915AAE is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 90 | 174 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.32 |
| HSL | 279.29º | 0.34% | 0.52% | - |
| HSV(B) | 279.29º | 0.48% | 0.68% | - |
| XYZ | 22.97 | 16.39 | 42 | - |
| YUV | 116.02 | 160.72 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 174 | 0.17 | 0.48 | 0 | 0.32 | 279.29 | 0.34 | 0.52 |
| Hex | 91 | 5A | AE | 11 | 30 | 0 | 20 | 117 | 22 | 34 |
| Octal | 221 | 132 | 256 | 21 | 60 | 0 | 40 | 427 | 42 | 64 |
| Binary | 10010001 | 1011010 | 10101110 | 10001 | 110000 | 0 | 100000 | 100010111 | 100010 | 110100 |
Color Harmonies of #915AAE
Complementary color
Monochromatic Colors of #915AAE
Black with #915AAE
Text Example
Text Example
White with #915AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915AAE; }
p { color: rgb(145,90,174); }
H1.HeaderClassName
{
color: #915AAE;
}
.AnyTagClassName
{
color: #915AAE;
}
</style>
background-color css
<style>
a { background-color: #915AAE; }
a { background-color: rgb(145,90,174); }
div.DivClassName
{
background-color: #915AAE;
}
.BgClassName
{
background-color: #915AAE;
}
</style>
border-color css
<style>
span { border-color: #915AAE; }
span { border-color: rgb(145,90,174); }
td.TdClassName
{
border-color: #915AAE;
}
.TagClassName
{
border-color: #915AAE;
}
</style>