Shades of Deep Lilac #9155AB
Tints of Deep Lilac #9155AB
RGB
CMYK
RGB Variations
Color information
#9155AB (or 0x9155AB) is known color: Deep Lilac. HEX triplet: 91, 55 and AB. RGB value is (145,85,171). Sum of RGB (Red+Green+Blue) = 145+85+171=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #9155AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9155AB is #6EAA54. Grayscale: #707070. Windows color (decimal): -7252565 or 11228561. OLE color: 11228561.
HSL color Cylindrical-coordinate representation of color #9155AB: hue angle of 281.86º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9155AB is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 85 | 171 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.33 |
| HSL | 281.86º | 0.34% | 0.5% | - |
| HSV(B) | 281.86º | 0.5% | 0.67% | - |
| XYZ | 22.28 | 15.46 | 40.34 | - |
| YUV | 112.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 85 | 171 | 0.15 | 0.50 | 0 | 0.33 | 281.86 | 0.34 | 0.5 |
| Hex | 91 | 55 | AB | F | 32 | 0 | 21 | 11A | 22 | 32 |
| Octal | 221 | 125 | 253 | 17 | 62 | 0 | 41 | 432 | 42 | 62 |
| Binary | 10010001 | 1010101 | 10101011 | 1111 | 110010 | 0 | 100001 | 100011010 | 100010 | 110010 |
Color Harmonies of #9155AB
Complementary color
Monochromatic Colors of #9155AB
Black with #9155AB
Text Example
Text Example
White with #9155AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9155AB; }
p { color: rgb(145,85,171); }
H1.HeaderClassName
{
color: #9155AB;
}
.AnyTagClassName
{
color: #9155AB;
}
</style>
background-color css
<style>
a { background-color: #9155AB; }
a { background-color: rgb(145,85,171); }
div.DivClassName
{
background-color: #9155AB;
}
.BgClassName
{
background-color: #9155AB;
}
</style>
border-color css
<style>
span { border-color: #9155AB; }
span { border-color: rgb(145,85,171); }
td.TdClassName
{
border-color: #9155AB;
}
.TagClassName
{
border-color: #9155AB;
}
</style>