Shades of Deep Lilac #9956C1
Tints of Deep Lilac #9956C1
RGB
CMYK
RGB Variations
Color information
#9956C1 (or 0x9956C1) is known color: Deep Lilac. HEX triplet: 99, 56 and C1. RGB value is (153,86,193). Sum of RGB (Red+Green+Blue) = 153+86+193=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 193 - color contains mainly: blue. Hex color #9956C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9956C1 is #66A93E. Grayscale: #757575. Windows color (decimal): -6727999 or 12670617. OLE color: 12670617.
HSL color Cylindrical-coordinate representation of color #9956C1: hue angle of 277.57º 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 #9956C1 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 86 | 193 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.24 |
| HSL | 277.57º | 0.46% | 0.55% | - |
| HSV(B) | 277.57º | 0.55% | 0.76% | - |
| XYZ | 26.09 | 17.28 | 52.41 | - |
| YUV | 118.23 | 170.2 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 86 | 193 | 0.21 | 0.55 | 0 | 0.24 | 277.57 | 0.46 | 0.55 |
| Hex | 99 | 56 | C1 | 15 | 37 | 0 | 18 | 116 | 2E | 37 |
| Octal | 231 | 126 | 301 | 25 | 67 | 0 | 30 | 426 | 56 | 67 |
| Binary | 10011001 | 1010110 | 11000001 | 10101 | 110111 | 0 | 11000 | 100010110 | 101110 | 110111 |
Color Harmonies of #9956C1
Complementary color
Monochromatic Colors of #9956C1
Black with #9956C1
Text Example
Text Example
White with #9956C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9956C1; }
p { color: rgb(153,86,193); }
H1.HeaderClassName
{
color: #9956C1;
}
.AnyTagClassName
{
color: #9956C1;
}
</style>
background-color css
<style>
a { background-color: #9956C1; }
a { background-color: rgb(153,86,193); }
div.DivClassName
{
background-color: #9956C1;
}
.BgClassName
{
background-color: #9956C1;
}
</style>
border-color css
<style>
span { border-color: #9956C1; }
span { border-color: rgb(153,86,193); }
td.TdClassName
{
border-color: #9956C1;
}
.TagClassName
{
border-color: #9956C1;
}
</style>