Shades of Deep Lilac #9150AA
Tints of Deep Lilac #9150AA
RGB
CMYK
RGB Variations
Color information
#9150AA (or 0x9150AA) is known color: Deep Lilac. HEX triplet: 91, 50 and AA. RGB value is (145,80,170). Sum of RGB (Red+Green+Blue) = 145+80+170=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #9150AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9150AA is #6EAF55. Grayscale: #6D6D6D. Windows color (decimal): -7253846 or 11161745. OLE color: 11161745.
HSL color Cylindrical-coordinate representation of color #9150AA: hue angle of 283.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9150AA is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 80 | 170 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.33 |
| HSL | 283.33º | 0.36% | 0.49% | - |
| HSV(B) | 283.33º | 0.53% | 0.67% | - |
| XYZ | 21.8 | 14.66 | 39.71 | - |
| YUV | 109.7 | 162.03 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 170 | 0.15 | 0.53 | 0 | 0.33 | 283.33 | 0.36 | 0.49 |
| Hex | 91 | 50 | AA | F | 35 | 0 | 21 | 11B | 24 | 31 |
| Octal | 221 | 120 | 252 | 17 | 65 | 0 | 41 | 433 | 44 | 61 |
| Binary | 10010001 | 1010000 | 10101010 | 1111 | 110101 | 0 | 100001 | 100011011 | 100100 | 110001 |
Color Harmonies of #9150AA
Complementary color
Monochromatic Colors of #9150AA
Black with #9150AA
Text Example
Text Example
White with #9150AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9150AA; }
p { color: rgb(145,80,170); }
H1.HeaderClassName
{
color: #9150AA;
}
.AnyTagClassName
{
color: #9150AA;
}
</style>
background-color css
<style>
a { background-color: #9150AA; }
a { background-color: rgb(145,80,170); }
div.DivClassName
{
background-color: #9150AA;
}
.BgClassName
{
background-color: #9150AA;
}
</style>
border-color css
<style>
span { border-color: #9150AA; }
span { border-color: rgb(145,80,170); }
td.TdClassName
{
border-color: #9150AA;
}
.TagClassName
{
border-color: #9150AA;
}
</style>