Shades of Deep Lilac #9154AC
Tints of Deep Lilac #9154AC
RGB
CMYK
RGB Variations
Color information
#9154AC (or 0x9154AC) is known color: Deep Lilac. HEX triplet: 91, 54 and AC. RGB value is (145,84,172). Sum of RGB (Red+Green+Blue) = 145+84+172=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #9154AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9154AC is #6EAB53. Grayscale: #6F6F6F. Windows color (decimal): -7252820 or 11293841. OLE color: 11293841.
HSL color Cylindrical-coordinate representation of color #9154AC: hue angle of 281.59º 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 #9154AC is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 84 | 172 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.33 |
| HSL | 281.59º | 0.35% | 0.5% | - |
| HSV(B) | 281.59º | 0.51% | 0.67% | - |
| XYZ | 22.29 | 15.34 | 40.82 | - |
| YUV | 112.27 | 161.71 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 84 | 172 | 0.16 | 0.51 | 0 | 0.33 | 281.59 | 0.35 | 0.5 |
| Hex | 91 | 54 | AC | 10 | 33 | 0 | 21 | 11A | 23 | 32 |
| Octal | 221 | 124 | 254 | 20 | 63 | 0 | 41 | 432 | 43 | 62 |
| Binary | 10010001 | 1010100 | 10101100 | 10000 | 110011 | 0 | 100001 | 100011010 | 100011 | 110010 |
Color Harmonies of #9154AC
Complementary color
Monochromatic Colors of #9154AC
Black with #9154AC
Text Example
Text Example
White with #9154AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9154AC; }
p { color: rgb(145,84,172); }
H1.HeaderClassName
{
color: #9154AC;
}
.AnyTagClassName
{
color: #9154AC;
}
</style>
background-color css
<style>
a { background-color: #9154AC; }
a { background-color: rgb(145,84,172); }
div.DivClassName
{
background-color: #9154AC;
}
.BgClassName
{
background-color: #9154AC;
}
</style>
border-color css
<style>
span { border-color: #9154AC; }
span { border-color: rgb(145,84,172); }
td.TdClassName
{
border-color: #9154AC;
}
.TagClassName
{
border-color: #9154AC;
}
</style>