Shades of Deep Lilac #954EAA
Tints of Deep Lilac #954EAA
RGB
CMYK
RGB Variations
Color information
#954EAA (or 0x954EAA) is known color: Deep Lilac. HEX triplet: 95, 4E and AA. RGB value is (149,78,170). Sum of RGB (Red+Green+Blue) = 149+78+170=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #954EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954EAA is #6AB155. Grayscale: #6D6D6D. Windows color (decimal): -6992214 or 11161237. OLE color: 11161237.
HSL color Cylindrical-coordinate representation of color #954EAA: hue angle of 286.3º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954EAA is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 78 | 170 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.33 |
| HSL | 286.3º | 0.37% | 0.49% | - |
| HSV(B) | 286.3º | 0.54% | 0.67% | - |
| XYZ | 22.37 | 14.74 | 39.7 | - |
| YUV | 109.72 | 162.02 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 170 | 0.12 | 0.54 | 0 | 0.33 | 286.3 | 0.37 | 0.49 |
| Hex | 95 | 4E | AA | C | 36 | 0 | 21 | 11E | 25 | 31 |
| Octal | 225 | 116 | 252 | 14 | 66 | 0 | 41 | 436 | 45 | 61 |
| Binary | 10010101 | 1001110 | 10101010 | 1100 | 110110 | 0 | 100001 | 100011110 | 100101 | 110001 |
Color Harmonies of #954EAA
Complementary color
Monochromatic Colors of #954EAA
Black with #954EAA
Text Example
Text Example
White with #954EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954EAA; }
p { color: rgb(149,78,170); }
H1.HeaderClassName
{
color: #954EAA;
}
.AnyTagClassName
{
color: #954EAA;
}
</style>
background-color css
<style>
a { background-color: #954EAA; }
a { background-color: rgb(149,78,170); }
div.DivClassName
{
background-color: #954EAA;
}
.BgClassName
{
background-color: #954EAA;
}
</style>
border-color css
<style>
span { border-color: #954EAA; }
span { border-color: rgb(149,78,170); }
td.TdClassName
{
border-color: #954EAA;
}
.TagClassName
{
border-color: #954EAA;
}
</style>