Shades of Deep Lilac #9957B8
Tints of Deep Lilac #9957B8
RGB
CMYK
RGB Variations
Color information
#9957B8 (or 0x9957B8) is known color: Deep Lilac. HEX triplet: 99, 57 and B8. RGB value is (153,87,184). Sum of RGB (Red+Green+Blue) = 153+87+184=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 184 (72.27% from 255 or 43.40% from 424); Max value from RGB is 184 - color contains mainly: blue. Hex color #9957B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9957B8 is #66A847. Grayscale: #757575. Windows color (decimal): -6727752 or 12081049. OLE color: 12081049.
HSL color Cylindrical-coordinate representation of color #9957B8: hue angle of 280.82º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9957B8 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 87 | 184 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.28 |
| HSL | 280.82º | 0.41% | 0.53% | - |
| HSV(B) | 280.82º | 0.53% | 0.72% | - |
| XYZ | 25.2 | 17.05 | 47.31 | - |
| YUV | 117.79 | 165.37 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 87 | 184 | 0.17 | 0.53 | 0 | 0.28 | 280.82 | 0.41 | 0.53 |
| Hex | 99 | 57 | B8 | 11 | 35 | 0 | 1C | 119 | 29 | 35 |
| Octal | 231 | 127 | 270 | 21 | 65 | 0 | 34 | 431 | 51 | 65 |
| Binary | 10011001 | 1010111 | 10111000 | 10001 | 110101 | 0 | 11100 | 100011001 | 101001 | 110101 |
Color Harmonies of #9957B8
Complementary color
Monochromatic Colors of #9957B8
Black with #9957B8
Text Example
Text Example
White with #9957B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9957B8; }
p { color: rgb(153,87,184); }
H1.HeaderClassName
{
color: #9957B8;
}
.AnyTagClassName
{
color: #9957B8;
}
</style>
background-color css
<style>
a { background-color: #9957B8; }
a { background-color: rgb(153,87,184); }
div.DivClassName
{
background-color: #9957B8;
}
.BgClassName
{
background-color: #9957B8;
}
</style>
border-color css
<style>
span { border-color: #9957B8; }
span { border-color: rgb(153,87,184); }
td.TdClassName
{
border-color: #9957B8;
}
.TagClassName
{
border-color: #9957B8;
}
</style>