Shades of Deep Lilac #915AAA
Tints of Deep Lilac #915AAA
RGB
CMYK
RGB Variations
Color information
#915AAA (or 0x915AAA) is known color: Deep Lilac. HEX triplet: 91, 5A and AA. RGB value is (145,90,170). Sum of RGB (Red+Green+Blue) = 145+90+170=405 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.80% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #915AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915AAA is #6EA555. Grayscale: #737373. Windows color (decimal): -7251286 or 11164305. OLE color: 11164305.
HSL color Cylindrical-coordinate representation of color #915AAA: hue angle of 281.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #915AAA is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 90 | 170 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.33 |
| HSL | 281.25º | 0.32% | 0.51% | - |
| HSV(B) | 281.25º | 0.47% | 0.67% | - |
| XYZ | 22.59 | 16.23 | 39.97 | - |
| YUV | 115.57 | 158.72 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 170 | 0.15 | 0.47 | 0 | 0.33 | 281.25 | 0.32 | 0.51 |
| Hex | 91 | 5A | AA | F | 2F | 0 | 21 | 119 | 20 | 33 |
| Octal | 221 | 132 | 252 | 17 | 57 | 0 | 41 | 431 | 40 | 63 |
| Binary | 10010001 | 1011010 | 10101010 | 1111 | 101111 | 0 | 100001 | 100011001 | 100000 | 110011 |
Color Harmonies of #915AAA
Complementary color
Monochromatic Colors of #915AAA
Black with #915AAA
Text Example
Text Example
White with #915AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915AAA; }
p { color: rgb(145,90,170); }
H1.HeaderClassName
{
color: #915AAA;
}
.AnyTagClassName
{
color: #915AAA;
}
</style>
background-color css
<style>
a { background-color: #915AAA; }
a { background-color: rgb(145,90,170); }
div.DivClassName
{
background-color: #915AAA;
}
.BgClassName
{
background-color: #915AAA;
}
</style>
border-color css
<style>
span { border-color: #915AAA; }
span { border-color: rgb(145,90,170); }
td.TdClassName
{
border-color: #915AAA;
}
.TagClassName
{
border-color: #915AAA;
}
</style>