Shades of Deep Lilac #995AB3
Tints of Deep Lilac #995AB3
RGB
CMYK
RGB Variations
Color information
#995AB3 (or 0x995AB3) is known color: Deep Lilac. HEX triplet: 99, 5A and B3. RGB value is (153,90,179). Sum of RGB (Red+Green+Blue) = 153+90+179=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 179 - color contains mainly: blue. Hex color #995AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995AB3 is #66A54C. Grayscale: #767676. Windows color (decimal): -6726989 or 11754137. OLE color: 11754137.
HSL color Cylindrical-coordinate representation of color #995AB3: hue angle of 282.47º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #995AB3 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 90 | 179 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.30 |
| HSL | 282.47º | 0.37% | 0.53% | - |
| HSV(B) | 282.47º | 0.5% | 0.7% | - |
| XYZ | 24.93 | 17.34 | 44.68 | - |
| YUV | 118.98 | 161.87 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 179 | 0.15 | 0.50 | 0 | 0.30 | 282.47 | 0.37 | 0.53 |
| Hex | 99 | 5A | B3 | F | 32 | 0 | 1E | 11A | 25 | 35 |
| Octal | 231 | 132 | 263 | 17 | 62 | 0 | 36 | 432 | 45 | 65 |
| Binary | 10011001 | 1011010 | 10110011 | 1111 | 110010 | 0 | 11110 | 100011010 | 100101 | 110101 |
Color Harmonies of #995AB3
Complementary color
Monochromatic Colors of #995AB3
Black with #995AB3
Text Example
Text Example
White with #995AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995AB3; }
p { color: rgb(153,90,179); }
H1.HeaderClassName
{
color: #995AB3;
}
.AnyTagClassName
{
color: #995AB3;
}
</style>
background-color css
<style>
a { background-color: #995AB3; }
a { background-color: rgb(153,90,179); }
div.DivClassName
{
background-color: #995AB3;
}
.BgClassName
{
background-color: #995AB3;
}
</style>
border-color css
<style>
span { border-color: #995AB3; }
span { border-color: rgb(153,90,179); }
td.TdClassName
{
border-color: #995AB3;
}
.TagClassName
{
border-color: #995AB3;
}
</style>