Shades of Deep Lilac #915AA9
Tints of Deep Lilac #915AA9
RGB
CMYK
RGB Variations
Color information
#915AA9 (or 0x915AA9) is known color: Deep Lilac. HEX triplet: 91, 5A and A9. RGB value is (145,90,169). Sum of RGB (Red+Green+Blue) = 145+90+169=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 169 (66.41% from 255 or 41.83% from 404); Max value from RGB is 169 - color contains mainly: blue. Hex color #915AA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915AA9 is #6EA556. Grayscale: #737373. Windows color (decimal): -7251287 or 11098769. OLE color: 11098769.
HSL color Cylindrical-coordinate representation of color #915AA9: hue angle of 281.77º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #915AA9 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 145 | 90 | 169 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.34 |
| HSL | 281.77º | 0.31% | 0.51% | - |
| HSV(B) | 281.77º | 0.47% | 0.66% | - |
| XYZ | 22.49 | 16.2 | 39.48 | - |
| YUV | 115.45 | 158.22 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 169 | 0.14 | 0.47 | 0 | 0.34 | 281.77 | 0.31 | 0.51 |
| Hex | 91 | 5A | A9 | E | 2F | 0 | 22 | 11A | 1F | 33 |
| Octal | 221 | 132 | 251 | 16 | 57 | 0 | 42 | 432 | 37 | 63 |
| Binary | 10010001 | 1011010 | 10101001 | 1110 | 101111 | 0 | 100010 | 100011010 | 11111 | 110011 |
Color Harmonies of #915AA9
Complementary color
Monochromatic Colors of #915AA9
Black with #915AA9
Text Example
Text Example
White with #915AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915AA9; }
p { color: rgb(145,90,169); }
H1.HeaderClassName
{
color: #915AA9;
}
.AnyTagClassName
{
color: #915AA9;
}
</style>
background-color css
<style>
a { background-color: #915AA9; }
a { background-color: rgb(145,90,169); }
div.DivClassName
{
background-color: #915AA9;
}
.BgClassName
{
background-color: #915AA9;
}
</style>
border-color css
<style>
span { border-color: #915AA9; }
span { border-color: rgb(145,90,169); }
td.TdClassName
{
border-color: #915AA9;
}
.TagClassName
{
border-color: #915AA9;
}
</style>