Shades of Deep Lilac #9957AC
Tints of Deep Lilac #9957AC
RGB
CMYK
RGB Variations
Color information
#9957AC (or 0x9957AC) is known color: Deep Lilac. HEX triplet: 99, 57 and AC. RGB value is (153,87,172). Sum of RGB (Red+Green+Blue) = 153+87+172=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 87 (34.38% from 255 or 21.12% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #9957AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9957AC is #66A853. Grayscale: #747474. Windows color (decimal): -6727764 or 11294617. OLE color: 11294617.
HSL color Cylindrical-coordinate representation of color #9957AC: hue angle of 286.59º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9957AC is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 87 | 172 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.33 |
| HSL | 286.59º | 0.34% | 0.51% | - |
| HSV(B) | 286.59º | 0.49% | 0.67% | - |
| XYZ | 23.99 | 16.57 | 40.96 | - |
| YUV | 116.42 | 159.37 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 87 | 172 | 0.11 | 0.49 | 0 | 0.33 | 286.59 | 0.34 | 0.51 |
| Hex | 99 | 57 | AC | B | 31 | 0 | 21 | 11F | 22 | 33 |
| Octal | 231 | 127 | 254 | 13 | 61 | 0 | 41 | 437 | 42 | 63 |
| Binary | 10011001 | 1010111 | 10101100 | 1011 | 110001 | 0 | 100001 | 100011111 | 100010 | 110011 |
Color Harmonies of #9957AC
Complementary color
Monochromatic Colors of #9957AC
Black with #9957AC
Text Example
Text Example
White with #9957AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9957AC; }
p { color: rgb(153,87,172); }
H1.HeaderClassName
{
color: #9957AC;
}
.AnyTagClassName
{
color: #9957AC;
}
</style>
background-color css
<style>
a { background-color: #9957AC; }
a { background-color: rgb(153,87,172); }
div.DivClassName
{
background-color: #9957AC;
}
.BgClassName
{
background-color: #9957AC;
}
</style>
border-color css
<style>
span { border-color: #9957AC; }
span { border-color: rgb(153,87,172); }
td.TdClassName
{
border-color: #9957AC;
}
.TagClassName
{
border-color: #9957AC;
}
</style>