Shades of Deep Lilac #995CAB
Tints of Deep Lilac #995CAB
RGB
CMYK
RGB Variations
Color information
#995CAB (or 0x995CAB) is known color: Deep Lilac. HEX triplet: 99, 5C and AB. RGB value is (153,92,171). Sum of RGB (Red+Green+Blue) = 153+92+171=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #995CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995CAB is #66A354. Grayscale: #767676. Windows color (decimal): -6726485 or 11230361. OLE color: 11230361.
HSL color Cylindrical-coordinate representation of color #995CAB: hue angle of 286.33º 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 #995CAB is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 92 | 171 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.33 |
| HSL | 286.33º | 0.32% | 0.52% | - |
| HSV(B) | 286.33º | 0.46% | 0.67% | - |
| XYZ | 24.31 | 17.37 | 40.6 | - |
| YUV | 119.25 | 157.21 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 171 | 0.11 | 0.46 | 0 | 0.33 | 286.33 | 0.32 | 0.52 |
| Hex | 99 | 5C | AB | B | 2E | 0 | 21 | 11E | 20 | 34 |
| Octal | 231 | 134 | 253 | 13 | 56 | 0 | 41 | 436 | 40 | 64 |
| Binary | 10011001 | 1011100 | 10101011 | 1011 | 101110 | 0 | 100001 | 100011110 | 100000 | 110100 |
Color Harmonies of #995CAB
Complementary color
Monochromatic Colors of #995CAB
Black with #995CAB
Text Example
Text Example
White with #995CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995CAB; }
p { color: rgb(153,92,171); }
H1.HeaderClassName
{
color: #995CAB;
}
.AnyTagClassName
{
color: #995CAB;
}
</style>
background-color css
<style>
a { background-color: #995CAB; }
a { background-color: rgb(153,92,171); }
div.DivClassName
{
background-color: #995CAB;
}
.BgClassName
{
background-color: #995CAB;
}
</style>
border-color css
<style>
span { border-color: #995CAB; }
span { border-color: rgb(153,92,171); }
td.TdClassName
{
border-color: #995CAB;
}
.TagClassName
{
border-color: #995CAB;
}
</style>