Shades of Deep Lilac #9957C1
Tints of Deep Lilac #9957C1
RGB
CMYK
RGB Variations
Color information
#9957C1 (or 0x9957C1) is known color: Deep Lilac. HEX triplet: 99, 57 and C1. RGB value is (153,87,193). Sum of RGB (Red+Green+Blue) = 153+87+193=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 193 (75.78% from 255 or 44.57% from 433); Max value from RGB is 193 - color contains mainly: blue. Hex color #9957C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9957C1 is #66A83E. Grayscale: #767676. Windows color (decimal): -6727743 or 12670873. OLE color: 12670873.
HSL color Cylindrical-coordinate representation of color #9957C1: hue angle of 277.36º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9957C1 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 87 | 193 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.24 |
| HSL | 277.36º | 0.46% | 0.55% | - |
| HSV(B) | 277.36º | 0.55% | 0.76% | - |
| XYZ | 26.17 | 17.44 | 52.44 | - |
| YUV | 118.82 | 169.87 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 87 | 193 | 0.21 | 0.55 | 0 | 0.24 | 277.36 | 0.46 | 0.55 |
| Hex | 99 | 57 | C1 | 15 | 37 | 0 | 18 | 115 | 2E | 37 |
| Octal | 231 | 127 | 301 | 25 | 67 | 0 | 30 | 425 | 56 | 67 |
| Binary | 10011001 | 1010111 | 11000001 | 10101 | 110111 | 0 | 11000 | 100010101 | 101110 | 110111 |
Color Harmonies of #9957C1
Complementary color
Monochromatic Colors of #9957C1
Black with #9957C1
Text Example
Text Example
White with #9957C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9957C1; }
p { color: rgb(153,87,193); }
H1.HeaderClassName
{
color: #9957C1;
}
.AnyTagClassName
{
color: #9957C1;
}
</style>
background-color css
<style>
a { background-color: #9957C1; }
a { background-color: rgb(153,87,193); }
div.DivClassName
{
background-color: #9957C1;
}
.BgClassName
{
background-color: #9957C1;
}
</style>
border-color css
<style>
span { border-color: #9957C1; }
span { border-color: rgb(153,87,193); }
td.TdClassName
{
border-color: #9957C1;
}
.TagClassName
{
border-color: #9957C1;
}
</style>