Shades of Deep Lilac #9152A9
Tints of Deep Lilac #9152A9
RGB
CMYK
RGB Variations
Color information
#9152A9 (or 0x9152A9) is known color: Deep Lilac. HEX triplet: 91, 52 and A9. RGB value is (145,82,169). Sum of RGB (Red+Green+Blue) = 145+82+169=396 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.62% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 169 - color contains mainly: blue. Hex color #9152A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9152A9 is #6EAD56. Grayscale: #6E6E6E. Windows color (decimal): -7253335 or 11096721. OLE color: 11096721.
HSL color Cylindrical-coordinate representation of color #9152A9: hue angle of 283.45º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9152A9 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 145 | 82 | 169 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.34 |
| HSL | 283.45º | 0.35% | 0.49% | - |
| HSV(B) | 283.45º | 0.51% | 0.66% | - |
| XYZ | 21.86 | 14.92 | 39.26 | - |
| YUV | 110.76 | 160.87 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 169 | 0.14 | 0.51 | 0 | 0.34 | 283.45 | 0.35 | 0.49 |
| Hex | 91 | 52 | A9 | E | 33 | 0 | 22 | 11B | 23 | 31 |
| Octal | 221 | 122 | 251 | 16 | 63 | 0 | 42 | 433 | 43 | 61 |
| Binary | 10010001 | 1010010 | 10101001 | 1110 | 110011 | 0 | 100010 | 100011011 | 100011 | 110001 |
Color Harmonies of #9152A9
Complementary color
Monochromatic Colors of #9152A9
Black with #9152A9
Text Example
Text Example
White with #9152A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9152A9; }
p { color: rgb(145,82,169); }
H1.HeaderClassName
{
color: #9152A9;
}
.AnyTagClassName
{
color: #9152A9;
}
</style>
background-color css
<style>
a { background-color: #9152A9; }
a { background-color: rgb(145,82,169); }
div.DivClassName
{
background-color: #9152A9;
}
.BgClassName
{
background-color: #9152A9;
}
</style>
border-color css
<style>
span { border-color: #9152A9; }
span { border-color: rgb(145,82,169); }
td.TdClassName
{
border-color: #9152A9;
}
.TagClassName
{
border-color: #9152A9;
}
</style>