Shades of Deep Lilac #9951C6
Tints of Deep Lilac #9951C6
RGB
CMYK
RGB Variations
Color information
#9951C6 (or 0x9951C6) is known color: Deep Lilac. HEX triplet: 99, 51 and C6. RGB value is (153,81,198). Sum of RGB (Red+Green+Blue) = 153+81+198=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 198 (77.73% from 255 or 45.83% from 432); Max value from RGB is 198 - color contains mainly: blue. Hex color #9951C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9951C6 is #66AE39. Grayscale: #737373. Windows color (decimal): -6729274 or 12997017. OLE color: 12997017.
HSL color Cylindrical-coordinate representation of color #9951C6: hue angle of 276.92º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9951C6 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 81 | 198 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.22 |
| HSL | 276.92º | 0.51% | 0.55% | - |
| HSV(B) | 276.92º | 0.59% | 0.78% | - |
| XYZ | 26.27 | 16.73 | 55.27 | - |
| YUV | 115.87 | 174.35 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 198 | 0.23 | 0.59 | 0 | 0.22 | 276.92 | 0.51 | 0.55 |
| Hex | 99 | 51 | C6 | 17 | 3B | 0 | 16 | 115 | 33 | 37 |
| Octal | 231 | 121 | 306 | 27 | 73 | 0 | 26 | 425 | 63 | 67 |
| Binary | 10011001 | 1010001 | 11000110 | 10111 | 111011 | 0 | 10110 | 100010101 | 110011 | 110111 |
Color Harmonies of #9951C6
Complementary color
Monochromatic Colors of #9951C6
Black with #9951C6
Text Example
Text Example
White with #9951C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9951C6; }
p { color: rgb(153,81,198); }
H1.HeaderClassName
{
color: #9951C6;
}
.AnyTagClassName
{
color: #9951C6;
}
</style>
background-color css
<style>
a { background-color: #9951C6; }
a { background-color: rgb(153,81,198); }
div.DivClassName
{
background-color: #9951C6;
}
.BgClassName
{
background-color: #9951C6;
}
</style>
border-color css
<style>
span { border-color: #9951C6; }
span { border-color: rgb(153,81,198); }
td.TdClassName
{
border-color: #9951C6;
}
.TagClassName
{
border-color: #9951C6;
}
</style>