Shades of Deep Lilac #995DBA
Tints of Deep Lilac #995DBA
RGB
CMYK
RGB Variations
Color information
#995DBA (or 0x995DBA) is known color: Deep Lilac. HEX triplet: 99, 5D and BA. RGB value is (153,93,186). Sum of RGB (Red+Green+Blue) = 153+93+186=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #995DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DBA is #66A245. Grayscale: #797979. Windows color (decimal): -6726214 or 12213657. OLE color: 12213657.
HSL color Cylindrical-coordinate representation of color #995DBA: hue angle of 278.71º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #995DBA is Cyan = 0.18, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 93 | 186 | - |
| CMYK | 0.18 | 0.5 | 0 | 0.27 |
| HSL | 278.71º | 0.4% | 0.55% | - |
| HSV(B) | 278.71º | 0.5% | 0.73% | - |
| XYZ | 25.91 | 18.15 | 48.59 | - |
| YUV | 121.54 | 164.38 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 186 | 0.18 | 0.5 | 0 | 0.27 | 278.71 | 0.4 | 0.55 |
| Hex | 99 | 5D | BA | 12 | 32 | 0 | 1B | 117 | 28 | 37 |
| Octal | 231 | 135 | 272 | 22 | 62 | 0 | 33 | 427 | 50 | 67 |
| Binary | 10011001 | 1011101 | 10111010 | 10010 | 110010 | 0 | 11011 | 100010111 | 101000 | 110111 |
Color Harmonies of #995DBA
Complementary color
Monochromatic Colors of #995DBA
Black with #995DBA
Text Example
Text Example
White with #995DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995DBA; }
p { color: rgb(153,93,186); }
H1.HeaderClassName
{
color: #995DBA;
}
.AnyTagClassName
{
color: #995DBA;
}
</style>
background-color css
<style>
a { background-color: #995DBA; }
a { background-color: rgb(153,93,186); }
div.DivClassName
{
background-color: #995DBA;
}
.BgClassName
{
background-color: #995DBA;
}
</style>
border-color css
<style>
span { border-color: #995DBA; }
span { border-color: rgb(153,93,186); }
td.TdClassName
{
border-color: #995DBA;
}
.TagClassName
{
border-color: #995DBA;
}
</style>