Shades of Deep Lilac #995EBA
Tints of Deep Lilac #995EBA
RGB
CMYK
RGB Variations
Color information
#995EBA (or 0x995EBA) is known color: Deep Lilac. HEX triplet: 99, 5E and BA. RGB value is (153,94,186). Sum of RGB (Red+Green+Blue) = 153+94+186=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #995EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995EBA is #66A145. Grayscale: #797979. Windows color (decimal): -6725958 or 12213913. OLE color: 12213913.
HSL color Cylindrical-coordinate representation of color #995EBA: hue angle of 278.48º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #995EBA is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 94 | 186 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.27 |
| HSL | 278.48º | 0.4% | 0.55% | - |
| HSV(B) | 278.48º | 0.49% | 0.73% | - |
| XYZ | 26 | 18.32 | 48.62 | - |
| YUV | 122.13 | 164.05 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 94 | 186 | 0.18 | 0.49 | 0 | 0.27 | 278.48 | 0.4 | 0.55 |
| Hex | 99 | 5E | BA | 12 | 31 | 0 | 1B | 116 | 28 | 37 |
| Octal | 231 | 136 | 272 | 22 | 61 | 0 | 33 | 426 | 50 | 67 |
| Binary | 10011001 | 1011110 | 10111010 | 10010 | 110001 | 0 | 11011 | 100010110 | 101000 | 110111 |
Color Harmonies of #995EBA
Complementary color
Monochromatic Colors of #995EBA
Black with #995EBA
Text Example
Text Example
White with #995EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995EBA; }
p { color: rgb(153,94,186); }
H1.HeaderClassName
{
color: #995EBA;
}
.AnyTagClassName
{
color: #995EBA;
}
</style>
background-color css
<style>
a { background-color: #995EBA; }
a { background-color: rgb(153,94,186); }
div.DivClassName
{
background-color: #995EBA;
}
.BgClassName
{
background-color: #995EBA;
}
</style>
border-color css
<style>
span { border-color: #995EBA; }
span { border-color: rgb(153,94,186); }
td.TdClassName
{
border-color: #995EBA;
}
.TagClassName
{
border-color: #995EBA;
}
</style>