Shades of Deep Lilac #995CB8
Tints of Deep Lilac #995CB8
RGB
CMYK
RGB Variations
Color information
#995CB8 (or 0x995CB8) is known color: Deep Lilac. HEX triplet: 99, 5C and B8. RGB value is (153,92,184). Sum of RGB (Red+Green+Blue) = 153+92+184=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 184 (72.27% from 255 or 42.89% from 429); Max value from RGB is 184 - color contains mainly: blue. Hex color #995CB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995CB8 is #66A347. Grayscale: #787878. Windows color (decimal): -6726472 or 12082329. OLE color: 12082329.
HSL color Cylindrical-coordinate representation of color #995CB8: hue angle of 279.78º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #995CB8 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 92 | 184 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.28 |
| HSL | 279.78º | 0.39% | 0.54% | - |
| HSV(B) | 279.78º | 0.5% | 0.72% | - |
| XYZ | 25.62 | 17.89 | 47.45 | - |
| YUV | 120.73 | 163.71 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 184 | 0.17 | 0.50 | 0 | 0.28 | 279.78 | 0.39 | 0.54 |
| Hex | 99 | 5C | B8 | 11 | 32 | 0 | 1C | 118 | 27 | 36 |
| Octal | 231 | 134 | 270 | 21 | 62 | 0 | 34 | 430 | 47 | 66 |
| Binary | 10011001 | 1011100 | 10111000 | 10001 | 110010 | 0 | 11100 | 100011000 | 100111 | 110110 |
Color Harmonies of #995CB8
Complementary color
Monochromatic Colors of #995CB8
Black with #995CB8
Text Example
Text Example
White with #995CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995CB8; }
p { color: rgb(153,92,184); }
H1.HeaderClassName
{
color: #995CB8;
}
.AnyTagClassName
{
color: #995CB8;
}
</style>
background-color css
<style>
a { background-color: #995CB8; }
a { background-color: rgb(153,92,184); }
div.DivClassName
{
background-color: #995CB8;
}
.BgClassName
{
background-color: #995CB8;
}
</style>
border-color css
<style>
span { border-color: #995CB8; }
span { border-color: rgb(153,92,184); }
td.TdClassName
{
border-color: #995CB8;
}
.TagClassName
{
border-color: #995CB8;
}
</style>