Shades of Deep Lilac #995DAA
Tints of Deep Lilac #995DAA
RGB
CMYK
RGB Variations
Color information
#995DAA (or 0x995DAA) is known color: Deep Lilac. HEX triplet: 99, 5D and AA. RGB value is (153,93,170). Sum of RGB (Red+Green+Blue) = 153+93+170=416 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.78% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #995DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995DAA is #66A255. Grayscale: #777777. Windows color (decimal): -6726230 or 11165081. OLE color: 11165081.
HSL color Cylindrical-coordinate representation of color #995DAA: hue angle of 286.75º degrees, saturation: 0.31, 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 #995DAA is Cyan = 0.1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 93 | 170 | - |
| CMYK | 0.1 | 0.45 | 0 | 0.33 |
| HSL | 286.75º | 0.31% | 0.52% | - |
| HSV(B) | 286.75º | 0.45% | 0.67% | - |
| XYZ | 24.31 | 17.5 | 40.13 | - |
| YUV | 119.72 | 156.38 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 170 | 0.1 | 0.45 | 0 | 0.33 | 286.75 | 0.31 | 0.52 |
| Hex | 99 | 5D | AA | A | 2D | 0 | 21 | 11F | 1F | 34 |
| Octal | 231 | 135 | 252 | 12 | 55 | 0 | 41 | 437 | 37 | 64 |
| Binary | 10011001 | 1011101 | 10101010 | 1010 | 101101 | 0 | 100001 | 100011111 | 11111 | 110100 |
Color Harmonies of #995DAA
Complementary color
Monochromatic Colors of #995DAA
Black with #995DAA
Text Example
Text Example
White with #995DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995DAA; }
p { color: rgb(153,93,170); }
H1.HeaderClassName
{
color: #995DAA;
}
.AnyTagClassName
{
color: #995DAA;
}
</style>
background-color css
<style>
a { background-color: #995DAA; }
a { background-color: rgb(153,93,170); }
div.DivClassName
{
background-color: #995DAA;
}
.BgClassName
{
background-color: #995DAA;
}
</style>
border-color css
<style>
span { border-color: #995DAA; }
span { border-color: rgb(153,93,170); }
td.TdClassName
{
border-color: #995DAA;
}
.TagClassName
{
border-color: #995DAA;
}
</style>