Shades of Deep Lilac #995FAC
Tints of Deep Lilac #995FAC
RGB
CMYK
RGB Variations
Color information
#995FAC (or 0x995FAC) is known color: Deep Lilac. HEX triplet: 99, 5F and AC. RGB value is (153,95,172). Sum of RGB (Red+Green+Blue) = 153+95+172=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #995FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995FAC is #66A053. Grayscale: #787878. Windows color (decimal): -6725716 or 11296665. OLE color: 11296665.
HSL color Cylindrical-coordinate representation of color #995FAC: hue angle of 285.19º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #995FAC is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 95 | 172 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.33 |
| HSL | 285.19º | 0.32% | 0.52% | - |
| HSV(B) | 285.19º | 0.45% | 0.67% | - |
| XYZ | 24.68 | 17.94 | 41.19 | - |
| YUV | 121.12 | 156.72 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 95 | 172 | 0.11 | 0.45 | 0 | 0.33 | 285.19 | 0.32 | 0.52 |
| Hex | 99 | 5F | AC | B | 2D | 0 | 21 | 11D | 20 | 34 |
| Octal | 231 | 137 | 254 | 13 | 55 | 0 | 41 | 435 | 40 | 64 |
| Binary | 10011001 | 1011111 | 10101100 | 1011 | 101101 | 0 | 100001 | 100011101 | 100000 | 110100 |
Color Harmonies of #995FAC
Complementary color
Monochromatic Colors of #995FAC
Black with #995FAC
Text Example
Text Example
White with #995FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995FAC; }
p { color: rgb(153,95,172); }
H1.HeaderClassName
{
color: #995FAC;
}
.AnyTagClassName
{
color: #995FAC;
}
</style>
background-color css
<style>
a { background-color: #995FAC; }
a { background-color: rgb(153,95,172); }
div.DivClassName
{
background-color: #995FAC;
}
.BgClassName
{
background-color: #995FAC;
}
</style>
border-color css
<style>
span { border-color: #995FAC; }
span { border-color: rgb(153,95,172); }
td.TdClassName
{
border-color: #995FAC;
}
.TagClassName
{
border-color: #995FAC;
}
</style>