Shades of Deep Lilac #9957C6
Tints of Deep Lilac #9957C6
RGB
CMYK
RGB Variations
Color information
#9957C6 (or 0x9957C6) is known color: Deep Lilac. HEX triplet: 99, 57 and C6. RGB value is (153,87,198). Sum of RGB (Red+Green+Blue) = 153+87+198=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 198 (77.73% from 255 or 45.21% from 438); Max value from RGB is 198 - color contains mainly: blue. Hex color #9957C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9957C6 is #66A839. Grayscale: #777777. Windows color (decimal): -6727738 or 12998553. OLE color: 12998553.
HSL color Cylindrical-coordinate representation of color #9957C6: hue angle of 275.68º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9957C6 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 87 | 198 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.22 |
| HSL | 275.68º | 0.49% | 0.56% | - |
| HSV(B) | 275.68º | 0.56% | 0.78% | - |
| XYZ | 26.74 | 17.67 | 55.43 | - |
| YUV | 119.39 | 172.37 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 87 | 198 | 0.23 | 0.56 | 0 | 0.22 | 275.68 | 0.49 | 0.56 |
| Hex | 99 | 57 | C6 | 17 | 38 | 0 | 16 | 114 | 31 | 38 |
| Octal | 231 | 127 | 306 | 27 | 70 | 0 | 26 | 424 | 61 | 70 |
| Binary | 10011001 | 1010111 | 11000110 | 10111 | 111000 | 0 | 10110 | 100010100 | 110001 | 111000 |
Color Harmonies of #9957C6
Complementary color
Monochromatic Colors of #9957C6
Black with #9957C6
Text Example
Text Example
White with #9957C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9957C6; }
p { color: rgb(153,87,198); }
H1.HeaderClassName
{
color: #9957C6;
}
.AnyTagClassName
{
color: #9957C6;
}
</style>
background-color css
<style>
a { background-color: #9957C6; }
a { background-color: rgb(153,87,198); }
div.DivClassName
{
background-color: #9957C6;
}
.BgClassName
{
background-color: #9957C6;
}
</style>
border-color css
<style>
span { border-color: #9957C6; }
span { border-color: rgb(153,87,198); }
td.TdClassName
{
border-color: #9957C6;
}
.TagClassName
{
border-color: #9957C6;
}
</style>