Shades of Deep Lilac #995AAB
Tints of Deep Lilac #995AAB
RGB
CMYK
RGB Variations
Color information
#995AAB (or 0x995AAB) is known color: Deep Lilac. HEX triplet: 99, 5A and AB. RGB value is (153,90,171). Sum of RGB (Red+Green+Blue) = 153+90+171=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #995AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995AAB is #66A554. Grayscale: #757575. Windows color (decimal): -6726997 or 11229849. OLE color: 11229849.
HSL color Cylindrical-coordinate representation of color #995AAB: hue angle of 286.67º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #995AAB is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 90 | 171 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.33 |
| HSL | 286.67º | 0.33% | 0.51% | - |
| HSV(B) | 286.67º | 0.47% | 0.67% | - |
| XYZ | 24.14 | 17.02 | 40.54 | - |
| YUV | 118.07 | 157.87 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 171 | 0.11 | 0.47 | 0 | 0.33 | 286.67 | 0.33 | 0.51 |
| Hex | 99 | 5A | AB | B | 2F | 0 | 21 | 11F | 21 | 33 |
| Octal | 231 | 132 | 253 | 13 | 57 | 0 | 41 | 437 | 41 | 63 |
| Binary | 10011001 | 1011010 | 10101011 | 1011 | 101111 | 0 | 100001 | 100011111 | 100001 | 110011 |
Color Harmonies of #995AAB
Complementary color
Monochromatic Colors of #995AAB
Black with #995AAB
Text Example
Text Example
White with #995AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995AAB; }
p { color: rgb(153,90,171); }
H1.HeaderClassName
{
color: #995AAB;
}
.AnyTagClassName
{
color: #995AAB;
}
</style>
background-color css
<style>
a { background-color: #995AAB; }
a { background-color: rgb(153,90,171); }
div.DivClassName
{
background-color: #995AAB;
}
.BgClassName
{
background-color: #995AAB;
}
</style>
border-color css
<style>
span { border-color: #995AAB; }
span { border-color: rgb(153,90,171); }
td.TdClassName
{
border-color: #995AAB;
}
.TagClassName
{
border-color: #995AAB;
}
</style>