Shades of Deep Lilac #9153AB
Tints of Deep Lilac #9153AB
RGB
CMYK
RGB Variations
Color information
#9153AB (or 0x9153AB) is known color: Deep Lilac. HEX triplet: 91, 53 and AB. RGB value is (145,83,171). Sum of RGB (Red+Green+Blue) = 145+83+171=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #9153AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9153AB is #6EAC54. Grayscale: #6F6F6F. Windows color (decimal): -7253077 or 11228049. OLE color: 11228049.
HSL color Cylindrical-coordinate representation of color #9153AB: hue angle of 282.27º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9153AB is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 83 | 171 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.33 |
| HSL | 282.27º | 0.35% | 0.5% | - |
| HSV(B) | 282.27º | 0.51% | 0.67% | - |
| XYZ | 22.12 | 15.15 | 40.29 | - |
| YUV | 111.57 | 161.54 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 83 | 171 | 0.15 | 0.51 | 0 | 0.33 | 282.27 | 0.35 | 0.5 |
| Hex | 91 | 53 | AB | F | 33 | 0 | 21 | 11A | 23 | 32 |
| Octal | 221 | 123 | 253 | 17 | 63 | 0 | 41 | 432 | 43 | 62 |
| Binary | 10010001 | 1010011 | 10101011 | 1111 | 110011 | 0 | 100001 | 100011010 | 100011 | 110010 |
Color Harmonies of #9153AB
Complementary color
Monochromatic Colors of #9153AB
Black with #9153AB
Text Example
Text Example
White with #9153AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9153AB; }
p { color: rgb(145,83,171); }
H1.HeaderClassName
{
color: #9153AB;
}
.AnyTagClassName
{
color: #9153AB;
}
</style>
background-color css
<style>
a { background-color: #9153AB; }
a { background-color: rgb(145,83,171); }
div.DivClassName
{
background-color: #9153AB;
}
.BgClassName
{
background-color: #9153AB;
}
</style>
border-color css
<style>
span { border-color: #9153AB; }
span { border-color: rgb(145,83,171); }
td.TdClassName
{
border-color: #9153AB;
}
.TagClassName
{
border-color: #9153AB;
}
</style>