Shades of Deep Lilac #995BC5
Tints of Deep Lilac #995BC5
RGB
CMYK
RGB Variations
Color information
#995BC5 (or 0x995BC5) is known color: Deep Lilac. HEX triplet: 99, 5B and C5. RGB value is (153,91,197). Sum of RGB (Red+Green+Blue) = 153+91+197=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 197 - color contains mainly: blue. Hex color #995BC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995BC5 is #66A43A. Grayscale: #797979. Windows color (decimal): -6726715 or 12934041. OLE color: 12934041.
HSL color Cylindrical-coordinate representation of color #995BC5: hue angle of 275.09º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #995BC5 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 91 | 197 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.23 |
| HSL | 275.09º | 0.48% | 0.56% | - |
| HSV(B) | 275.09º | 0.54% | 0.77% | - |
| XYZ | 26.96 | 18.29 | 54.93 | - |
| YUV | 121.62 | 170.54 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 197 | 0.22 | 0.54 | 0 | 0.23 | 275.09 | 0.48 | 0.56 |
| Hex | 99 | 5B | C5 | 16 | 36 | 0 | 17 | 113 | 30 | 38 |
| Octal | 231 | 133 | 305 | 26 | 66 | 0 | 27 | 423 | 60 | 70 |
| Binary | 10011001 | 1011011 | 11000101 | 10110 | 110110 | 0 | 10111 | 100010011 | 110000 | 111000 |
Color Harmonies of #995BC5
Complementary color
Monochromatic Colors of #995BC5
Black with #995BC5
Text Example
Text Example
White with #995BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995BC5; }
p { color: rgb(153,91,197); }
H1.HeaderClassName
{
color: #995BC5;
}
.AnyTagClassName
{
color: #995BC5;
}
</style>
background-color css
<style>
a { background-color: #995BC5; }
a { background-color: rgb(153,91,197); }
div.DivClassName
{
background-color: #995BC5;
}
.BgClassName
{
background-color: #995BC5;
}
</style>
border-color css
<style>
span { border-color: #995BC5; }
span { border-color: rgb(153,91,197); }
td.TdClassName
{
border-color: #995BC5;
}
.TagClassName
{
border-color: #995BC5;
}
</style>