Shades of Deep Lilac #995DAB
Tints of Deep Lilac #995DAB
RGB
CMYK
RGB Variations
Color information
#995DAB (or 0x995DAB) is known color: Deep Lilac. HEX triplet: 99, 5D and AB. RGB value is (153,93,171). Sum of RGB (Red+Green+Blue) = 153+93+171=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #995DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995DAB is #66A254. Grayscale: #777777. Windows color (decimal): -6726229 or 11230617. OLE color: 11230617.
HSL color Cylindrical-coordinate representation of color #995DAB: hue angle of 286.15º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995DAB is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 93 | 171 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.33 |
| HSL | 286.15º | 0.32% | 0.52% | - |
| HSV(B) | 286.15º | 0.46% | 0.67% | - |
| XYZ | 24.4 | 17.54 | 40.63 | - |
| YUV | 119.83 | 156.88 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 171 | 0.11 | 0.46 | 0 | 0.33 | 286.15 | 0.32 | 0.52 |
| Hex | 99 | 5D | AB | B | 2E | 0 | 21 | 11E | 20 | 34 |
| Octal | 231 | 135 | 253 | 13 | 56 | 0 | 41 | 436 | 40 | 64 |
| Binary | 10011001 | 1011101 | 10101011 | 1011 | 101110 | 0 | 100001 | 100011110 | 100000 | 110100 |
Color Harmonies of #995DAB
Complementary color
Monochromatic Colors of #995DAB
Black with #995DAB
Text Example
Text Example
White with #995DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995DAB; }
p { color: rgb(153,93,171); }
H1.HeaderClassName
{
color: #995DAB;
}
.AnyTagClassName
{
color: #995DAB;
}
</style>
background-color css
<style>
a { background-color: #995DAB; }
a { background-color: rgb(153,93,171); }
div.DivClassName
{
background-color: #995DAB;
}
.BgClassName
{
background-color: #995DAB;
}
</style>
border-color css
<style>
span { border-color: #995DAB; }
span { border-color: rgb(153,93,171); }
td.TdClassName
{
border-color: #995DAB;
}
.TagClassName
{
border-color: #995DAB;
}
</style>