Shades of Deep Lilac #995CAC
Tints of Deep Lilac #995CAC
RGB
CMYK
RGB Variations
Color information
#995CAC (or 0x995CAC) is known color: Deep Lilac. HEX triplet: 99, 5C and AC. RGB value is (153,92,172). Sum of RGB (Red+Green+Blue) = 153+92+172=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #995CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995CAC is #66A353. Grayscale: #777777. Windows color (decimal): -6726484 or 11295897. OLE color: 11295897.
HSL color Cylindrical-coordinate representation of color #995CAC: hue angle of 285.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #995CAC is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 92 | 172 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.33 |
| HSL | 285.75º | 0.33% | 0.52% | - |
| HSV(B) | 285.75º | 0.47% | 0.67% | - |
| XYZ | 24.41 | 17.41 | 41.1 | - |
| YUV | 119.36 | 157.71 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 172 | 0.11 | 0.47 | 0 | 0.33 | 285.75 | 0.33 | 0.52 |
| Hex | 99 | 5C | AC | B | 2F | 0 | 21 | 11E | 21 | 34 |
| Octal | 231 | 134 | 254 | 13 | 57 | 0 | 41 | 436 | 41 | 64 |
| Binary | 10011001 | 1011100 | 10101100 | 1011 | 101111 | 0 | 100001 | 100011110 | 100001 | 110100 |
Color Harmonies of #995CAC
Complementary color
Monochromatic Colors of #995CAC
Black with #995CAC
Text Example
Text Example
White with #995CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995CAC; }
p { color: rgb(153,92,172); }
H1.HeaderClassName
{
color: #995CAC;
}
.AnyTagClassName
{
color: #995CAC;
}
</style>
background-color css
<style>
a { background-color: #995CAC; }
a { background-color: rgb(153,92,172); }
div.DivClassName
{
background-color: #995CAC;
}
.BgClassName
{
background-color: #995CAC;
}
</style>
border-color css
<style>
span { border-color: #995CAC; }
span { border-color: rgb(153,92,172); }
td.TdClassName
{
border-color: #995CAC;
}
.TagClassName
{
border-color: #995CAC;
}
</style>