Shades of Deep Lilac #995CBD
Tints of Deep Lilac #995CBD
RGB
CMYK
RGB Variations
Color information
#995CBD (or 0x995CBD) is known color: Deep Lilac. HEX triplet: 99, 5C and BD. RGB value is (153,92,189). Sum of RGB (Red+Green+Blue) = 153+92+189=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #995CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995CBD is #66A342. Grayscale: #787878. Windows color (decimal): -6726467 or 12410009. OLE color: 12410009.
HSL color Cylindrical-coordinate representation of color #995CBD: hue angle of 277.73º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #995CBD is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 92 | 189 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.26 |
| HSL | 277.73º | 0.42% | 0.55% | - |
| HSV(B) | 277.73º | 0.51% | 0.74% | - |
| XYZ | 26.15 | 18.1 | 50.26 | - |
| YUV | 121.3 | 166.21 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 189 | 0.19 | 0.51 | 0 | 0.26 | 277.73 | 0.42 | 0.55 |
| Hex | 99 | 5C | BD | 13 | 33 | 0 | 1A | 116 | 2A | 37 |
| Octal | 231 | 134 | 275 | 23 | 63 | 0 | 32 | 426 | 52 | 67 |
| Binary | 10011001 | 1011100 | 10111101 | 10011 | 110011 | 0 | 11010 | 100010110 | 101010 | 110111 |
Color Harmonies of #995CBD
Complementary color
Monochromatic Colors of #995CBD
Black with #995CBD
Text Example
Text Example
White with #995CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995CBD; }
p { color: rgb(153,92,189); }
H1.HeaderClassName
{
color: #995CBD;
}
.AnyTagClassName
{
color: #995CBD;
}
</style>
background-color css
<style>
a { background-color: #995CBD; }
a { background-color: rgb(153,92,189); }
div.DivClassName
{
background-color: #995CBD;
}
.BgClassName
{
background-color: #995CBD;
}
</style>
border-color css
<style>
span { border-color: #995CBD; }
span { border-color: rgb(153,92,189); }
td.TdClassName
{
border-color: #995CBD;
}
.TagClassName
{
border-color: #995CBD;
}
</style>