Shades of Deep Lilac #995EB8
Tints of Deep Lilac #995EB8
RGB
CMYK
RGB Variations
Color information
#995EB8 (or 0x995EB8) is known color: Deep Lilac. HEX triplet: 99, 5E and B8. RGB value is (153,94,184). Sum of RGB (Red+Green+Blue) = 153+94+184=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 184 (72.27% from 255 or 42.69% from 431); Max value from RGB is 184 - color contains mainly: blue. Hex color #995EB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995EB8 is #66A147. Grayscale: #797979. Windows color (decimal): -6725960 or 12082841. OLE color: 12082841.
HSL color Cylindrical-coordinate representation of color #995EB8: hue angle of 279.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #995EB8 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 94 | 184 | - |
| CMYK | 0.17 | 0.49 | 0 | 0.28 |
| HSL | 279.33º | 0.39% | 0.55% | - |
| HSV(B) | 279.33º | 0.49% | 0.72% | - |
| XYZ | 25.79 | 18.24 | 47.51 | - |
| YUV | 121.9 | 163.05 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 94 | 184 | 0.17 | 0.49 | 0 | 0.28 | 279.33 | 0.39 | 0.55 |
| Hex | 99 | 5E | B8 | 11 | 31 | 0 | 1C | 117 | 27 | 37 |
| Octal | 231 | 136 | 270 | 21 | 61 | 0 | 34 | 427 | 47 | 67 |
| Binary | 10011001 | 1011110 | 10111000 | 10001 | 110001 | 0 | 11100 | 100010111 | 100111 | 110111 |
Color Harmonies of #995EB8
Complementary color
Monochromatic Colors of #995EB8
Black with #995EB8
Text Example
Text Example
White with #995EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995EB8; }
p { color: rgb(153,94,184); }
H1.HeaderClassName
{
color: #995EB8;
}
.AnyTagClassName
{
color: #995EB8;
}
</style>
background-color css
<style>
a { background-color: #995EB8; }
a { background-color: rgb(153,94,184); }
div.DivClassName
{
background-color: #995EB8;
}
.BgClassName
{
background-color: #995EB8;
}
</style>
border-color css
<style>
span { border-color: #995EB8; }
span { border-color: rgb(153,94,184); }
td.TdClassName
{
border-color: #995EB8;
}
.TagClassName
{
border-color: #995EB8;
}
</style>