Shades of Deep Lilac #995DBD
Tints of Deep Lilac #995DBD
RGB
CMYK
RGB Variations
Color information
#995DBD (or 0x995DBD) is known color: Deep Lilac. HEX triplet: 99, 5D and BD. RGB value is (153,93,189). Sum of RGB (Red+Green+Blue) = 153+93+189=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #995DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DBD is #66A242. Grayscale: #797979. Windows color (decimal): -6726211 or 12410265. OLE color: 12410265.
HSL color Cylindrical-coordinate representation of color #995DBD: hue angle of 277.5º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #995DBD is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 93 | 189 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.26 |
| HSL | 277.5º | 0.42% | 0.55% | - |
| HSV(B) | 277.5º | 0.51% | 0.74% | - |
| XYZ | 26.24 | 18.28 | 50.29 | - |
| YUV | 121.88 | 165.88 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 189 | 0.19 | 0.51 | 0 | 0.26 | 277.5 | 0.42 | 0.55 |
| Hex | 99 | 5D | BD | 13 | 33 | 0 | 1A | 116 | 2A | 37 |
| Octal | 231 | 135 | 275 | 23 | 63 | 0 | 32 | 426 | 52 | 67 |
| Binary | 10011001 | 1011101 | 10111101 | 10011 | 110011 | 0 | 11010 | 100010110 | 101010 | 110111 |
Color Harmonies of #995DBD
Complementary color
Monochromatic Colors of #995DBD
Black with #995DBD
Text Example
Text Example
White with #995DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995DBD; }
p { color: rgb(153,93,189); }
H1.HeaderClassName
{
color: #995DBD;
}
.AnyTagClassName
{
color: #995DBD;
}
</style>
background-color css
<style>
a { background-color: #995DBD; }
a { background-color: rgb(153,93,189); }
div.DivClassName
{
background-color: #995DBD;
}
.BgClassName
{
background-color: #995DBD;
}
</style>
border-color css
<style>
span { border-color: #995DBD; }
span { border-color: rgb(153,93,189); }
td.TdClassName
{
border-color: #995DBD;
}
.TagClassName
{
border-color: #995DBD;
}
</style>