Shades of Deep Lilac #9957BC
Tints of Deep Lilac #9957BC
RGB
CMYK
RGB Variations
Color information
#9957BC (or 0x9957BC) is known color: Deep Lilac. HEX triplet: 99, 57 and BC. RGB value is (153,87,188). Sum of RGB (Red+Green+Blue) = 153+87+188=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #9957BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9957BC is #66A843. Grayscale: #757575. Windows color (decimal): -6727748 or 12343193. OLE color: 12343193.
HSL color Cylindrical-coordinate representation of color #9957BC: hue angle of 279.21º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9957BC is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 87 | 188 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.26 |
| HSL | 279.21º | 0.43% | 0.54% | - |
| HSV(B) | 279.21º | 0.54% | 0.74% | - |
| XYZ | 25.62 | 17.22 | 49.55 | - |
| YUV | 118.25 | 167.37 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 87 | 188 | 0.19 | 0.54 | 0 | 0.26 | 279.21 | 0.43 | 0.54 |
| Hex | 99 | 57 | BC | 13 | 36 | 0 | 1A | 117 | 2B | 36 |
| Octal | 231 | 127 | 274 | 23 | 66 | 0 | 32 | 427 | 53 | 66 |
| Binary | 10011001 | 1010111 | 10111100 | 10011 | 110110 | 0 | 11010 | 100010111 | 101011 | 110110 |
Color Harmonies of #9957BC
Complementary color
Monochromatic Colors of #9957BC
Black with #9957BC
Text Example
Text Example
White with #9957BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9957BC; }
p { color: rgb(153,87,188); }
H1.HeaderClassName
{
color: #9957BC;
}
.AnyTagClassName
{
color: #9957BC;
}
</style>
background-color css
<style>
a { background-color: #9957BC; }
a { background-color: rgb(153,87,188); }
div.DivClassName
{
background-color: #9957BC;
}
.BgClassName
{
background-color: #9957BC;
}
</style>
border-color css
<style>
span { border-color: #9957BC; }
span { border-color: rgb(153,87,188); }
td.TdClassName
{
border-color: #9957BC;
}
.TagClassName
{
border-color: #9957BC;
}
</style>