Shades of Deep Lilac #995DBC
Tints of Deep Lilac #995DBC
RGB
CMYK
RGB Variations
Color information
#995DBC (or 0x995DBC) is known color: Deep Lilac. HEX triplet: 99, 5D and BC. RGB value is (153,93,188). Sum of RGB (Red+Green+Blue) = 153+93+188=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #995DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DBC is #66A243. Grayscale: #797979. Windows color (decimal): -6726212 or 12344729. OLE color: 12344729.
HSL color Cylindrical-coordinate representation of color #995DBC: hue angle of 277.89º degrees, saturation: 0.41, 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 #995DBC is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 93 | 188 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.26 |
| HSL | 277.89º | 0.41% | 0.55% | - |
| HSV(B) | 277.89º | 0.51% | 0.74% | - |
| XYZ | 26.13 | 18.23 | 49.72 | - |
| YUV | 121.77 | 165.38 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 188 | 0.19 | 0.51 | 0 | 0.26 | 277.89 | 0.41 | 0.55 |
| Hex | 99 | 5D | BC | 13 | 33 | 0 | 1A | 116 | 29 | 37 |
| Octal | 231 | 135 | 274 | 23 | 63 | 0 | 32 | 426 | 51 | 67 |
| Binary | 10011001 | 1011101 | 10111100 | 10011 | 110011 | 0 | 11010 | 100010110 | 101001 | 110111 |
Color Harmonies of #995DBC
Complementary color
Monochromatic Colors of #995DBC
Black with #995DBC
Text Example
Text Example
White with #995DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995DBC; }
p { color: rgb(153,93,188); }
H1.HeaderClassName
{
color: #995DBC;
}
.AnyTagClassName
{
color: #995DBC;
}
</style>
background-color css
<style>
a { background-color: #995DBC; }
a { background-color: rgb(153,93,188); }
div.DivClassName
{
background-color: #995DBC;
}
.BgClassName
{
background-color: #995DBC;
}
</style>
border-color css
<style>
span { border-color: #995DBC; }
span { border-color: rgb(153,93,188); }
td.TdClassName
{
border-color: #995DBC;
}
.TagClassName
{
border-color: #995DBC;
}
</style>