Shades of Deep Lilac #995EBC
Tints of Deep Lilac #995EBC
RGB
CMYK
RGB Variations
Color information
#995EBC (or 0x995EBC) is known color: Deep Lilac. HEX triplet: 99, 5E and BC. RGB value is (153,94,188). Sum of RGB (Red+Green+Blue) = 153+94+188=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #995EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995EBC is #66A143. Grayscale: #7A7A7A. Windows color (decimal): -6725956 or 12344985. OLE color: 12344985.
HSL color Cylindrical-coordinate representation of color #995EBC: hue angle of 277.66º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #995EBC is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 94 | 188 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.26 |
| HSL | 277.66º | 0.41% | 0.55% | - |
| HSV(B) | 277.66º | 0.5% | 0.74% | - |
| XYZ | 26.22 | 18.41 | 49.75 | - |
| YUV | 122.36 | 165.05 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 94 | 188 | 0.19 | 0.50 | 0 | 0.26 | 277.66 | 0.41 | 0.55 |
| Hex | 99 | 5E | BC | 13 | 32 | 0 | 1A | 116 | 29 | 37 |
| Octal | 231 | 136 | 274 | 23 | 62 | 0 | 32 | 426 | 51 | 67 |
| Binary | 10011001 | 1011110 | 10111100 | 10011 | 110010 | 0 | 11010 | 100010110 | 101001 | 110111 |
Color Harmonies of #995EBC
Complementary color
Monochromatic Colors of #995EBC
Black with #995EBC
Text Example
Text Example
White with #995EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995EBC; }
p { color: rgb(153,94,188); }
H1.HeaderClassName
{
color: #995EBC;
}
.AnyTagClassName
{
color: #995EBC;
}
</style>
background-color css
<style>
a { background-color: #995EBC; }
a { background-color: rgb(153,94,188); }
div.DivClassName
{
background-color: #995EBC;
}
.BgClassName
{
background-color: #995EBC;
}
</style>
border-color css
<style>
span { border-color: #995EBC; }
span { border-color: rgb(153,94,188); }
td.TdClassName
{
border-color: #995EBC;
}
.TagClassName
{
border-color: #995EBC;
}
</style>