Shades of Deep Lilac #9158AB
Tints of Deep Lilac #9158AB
RGB
CMYK
RGB Variations
Color information
#9158AB (or 0x9158AB) is known color: Deep Lilac. HEX triplet: 91, 58 and AB. RGB value is (145,88,171). Sum of RGB (Red+Green+Blue) = 145+88+171=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #9158AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9158AB is #6EA754. Grayscale: #727272. Windows color (decimal): -7251797 or 11229329. OLE color: 11229329.
HSL color Cylindrical-coordinate representation of color #9158AB: hue angle of 281.2º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9158AB is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 88 | 171 | - |
| CMYK | 0.15 | 0.49 | 0 | 0.33 |
| HSL | 281.2º | 0.33% | 0.51% | - |
| HSV(B) | 281.2º | 0.49% | 0.67% | - |
| XYZ | 22.52 | 15.94 | 40.42 | - |
| YUV | 114.51 | 159.88 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 88 | 171 | 0.15 | 0.49 | 0 | 0.33 | 281.2 | 0.33 | 0.51 |
| Hex | 91 | 58 | AB | F | 31 | 0 | 21 | 119 | 21 | 33 |
| Octal | 221 | 130 | 253 | 17 | 61 | 0 | 41 | 431 | 41 | 63 |
| Binary | 10010001 | 1011000 | 10101011 | 1111 | 110001 | 0 | 100001 | 100011001 | 100001 | 110011 |
Color Harmonies of #9158AB
Complementary color
Monochromatic Colors of #9158AB
Black with #9158AB
Text Example
Text Example
White with #9158AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9158AB; }
p { color: rgb(145,88,171); }
H1.HeaderClassName
{
color: #9158AB;
}
.AnyTagClassName
{
color: #9158AB;
}
</style>
background-color css
<style>
a { background-color: #9158AB; }
a { background-color: rgb(145,88,171); }
div.DivClassName
{
background-color: #9158AB;
}
.BgClassName
{
background-color: #9158AB;
}
</style>
border-color css
<style>
span { border-color: #9158AB; }
span { border-color: rgb(145,88,171); }
td.TdClassName
{
border-color: #9158AB;
}
.TagClassName
{
border-color: #9158AB;
}
</style>