Shades of Deep Lilac #9154AB
Tints of Deep Lilac #9154AB
RGB
CMYK
RGB Variations
Color information
#9154AB (or 0x9154AB) is known color: Deep Lilac. HEX triplet: 91, 54 and AB. RGB value is (145,84,171). Sum of RGB (Red+Green+Blue) = 145+84+171=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #9154AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9154AB is #6EAB54. Grayscale: #6F6F6F. Windows color (decimal): -7252821 or 11228305. OLE color: 11228305.
HSL color Cylindrical-coordinate representation of color #9154AB: hue angle of 282.07º degrees, saturation: 0.34, 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 #9154AB is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 84 | 171 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.33 |
| HSL | 282.07º | 0.34% | 0.5% | - |
| HSV(B) | 282.07º | 0.51% | 0.67% | - |
| XYZ | 22.2 | 15.3 | 40.31 | - |
| YUV | 112.16 | 161.21 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 84 | 171 | 0.15 | 0.51 | 0 | 0.33 | 282.07 | 0.34 | 0.5 |
| Hex | 91 | 54 | AB | F | 33 | 0 | 21 | 11A | 22 | 32 |
| Octal | 221 | 124 | 253 | 17 | 63 | 0 | 41 | 432 | 42 | 62 |
| Binary | 10010001 | 1010100 | 10101011 | 1111 | 110011 | 0 | 100001 | 100011010 | 100010 | 110010 |
Color Harmonies of #9154AB
Complementary color
Monochromatic Colors of #9154AB
Black with #9154AB
Text Example
Text Example
White with #9154AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9154AB; }
p { color: rgb(145,84,171); }
H1.HeaderClassName
{
color: #9154AB;
}
.AnyTagClassName
{
color: #9154AB;
}
</style>
background-color css
<style>
a { background-color: #9154AB; }
a { background-color: rgb(145,84,171); }
div.DivClassName
{
background-color: #9154AB;
}
.BgClassName
{
background-color: #9154AB;
}
</style>
border-color css
<style>
span { border-color: #9154AB; }
span { border-color: rgb(145,84,171); }
td.TdClassName
{
border-color: #9154AB;
}
.TagClassName
{
border-color: #9154AB;
}
</style>