Shades of Deep Lilac #995DB9
Tints of Deep Lilac #995DB9
RGB
CMYK
RGB Variations
Color information
#995DB9 (or 0x995DB9) is known color: Deep Lilac. HEX triplet: 99, 5D and B9. RGB value is (153,93,185). Sum of RGB (Red+Green+Blue) = 153+93+185=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 185 - color contains mainly: blue. Hex color #995DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DB9 is #66A246. Grayscale: #797979. Windows color (decimal): -6726215 or 12148121. OLE color: 12148121.
HSL color Cylindrical-coordinate representation of color #995DB9: hue angle of 279.13º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #995DB9 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 93 | 185 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.27 |
| HSL | 279.13º | 0.4% | 0.55% | - |
| HSV(B) | 279.13º | 0.5% | 0.73% | - |
| XYZ | 25.81 | 18.1 | 48.03 | - |
| YUV | 121.43 | 163.88 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 185 | 0.17 | 0.50 | 0 | 0.27 | 279.13 | 0.4 | 0.55 |
| Hex | 99 | 5D | B9 | 11 | 32 | 0 | 1B | 117 | 28 | 37 |
| Octal | 231 | 135 | 271 | 21 | 62 | 0 | 33 | 427 | 50 | 67 |
| Binary | 10011001 | 1011101 | 10111001 | 10001 | 110010 | 0 | 11011 | 100010111 | 101000 | 110111 |
Color Harmonies of #995DB9
Complementary color
Monochromatic Colors of #995DB9
Black with #995DB9
Text Example
Text Example
White with #995DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995DB9; }
p { color: rgb(153,93,185); }
H1.HeaderClassName
{
color: #995DB9;
}
.AnyTagClassName
{
color: #995DB9;
}
</style>
background-color css
<style>
a { background-color: #995DB9; }
a { background-color: rgb(153,93,185); }
div.DivClassName
{
background-color: #995DB9;
}
.BgClassName
{
background-color: #995DB9;
}
</style>
border-color css
<style>
span { border-color: #995DB9; }
span { border-color: rgb(153,93,185); }
td.TdClassName
{
border-color: #995DB9;
}
.TagClassName
{
border-color: #995DB9;
}
</style>