Shades of Deep Lilac #9152AC
Tints of Deep Lilac #9152AC
RGB
CMYK
RGB Variations
Color information
#9152AC (or 0x9152AC) is known color: Deep Lilac. HEX triplet: 91, 52 and AC. RGB value is (145,82,172). Sum of RGB (Red+Green+Blue) = 145+82+172=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #9152AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9152AC is #6EAD53. Grayscale: #6E6E6E. Windows color (decimal): -7253332 or 11293329. OLE color: 11293329.
HSL color Cylindrical-coordinate representation of color #9152AC: hue angle of 282º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9152AC is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 82 | 172 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.33 |
| HSL | 282º | 0.35% | 0.5% | - |
| HSV(B) | 282º | 0.52% | 0.67% | - |
| XYZ | 22.14 | 15.03 | 40.76 | - |
| YUV | 111.1 | 162.37 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 172 | 0.16 | 0.52 | 0 | 0.33 | 282 | 0.35 | 0.5 |
| Hex | 91 | 52 | AC | 10 | 34 | 0 | 21 | 11A | 23 | 32 |
| Octal | 221 | 122 | 254 | 20 | 64 | 0 | 41 | 432 | 43 | 62 |
| Binary | 10010001 | 1010010 | 10101100 | 10000 | 110100 | 0 | 100001 | 100011010 | 100011 | 110010 |
Color Harmonies of #9152AC
Complementary color
Monochromatic Colors of #9152AC
Black with #9152AC
Text Example
Text Example
White with #9152AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9152AC; }
p { color: rgb(145,82,172); }
H1.HeaderClassName
{
color: #9152AC;
}
.AnyTagClassName
{
color: #9152AC;
}
</style>
background-color css
<style>
a { background-color: #9152AC; }
a { background-color: rgb(145,82,172); }
div.DivClassName
{
background-color: #9152AC;
}
.BgClassName
{
background-color: #9152AC;
}
</style>
border-color css
<style>
span { border-color: #9152AC; }
span { border-color: rgb(145,82,172); }
td.TdClassName
{
border-color: #9152AC;
}
.TagClassName
{
border-color: #9152AC;
}
</style>