Shades of Deep Lilac #954AAE
Tints of Deep Lilac #954AAE
RGB
CMYK
RGB Variations
Color information
#954AAE (or 0x954AAE) is known color: Deep Lilac. HEX triplet: 95, 4A and AE. RGB value is (149,74,174). Sum of RGB (Red+Green+Blue) = 149+74+174=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #954AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954AAE is #6AB551. Grayscale: #6B6B6B. Windows color (decimal): -6993234 or 11422357. OLE color: 11422357.
HSL color Cylindrical-coordinate representation of color #954AAE: hue angle of 285º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #954AAE is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 74 | 174 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.32 |
| HSL | 285º | 0.4% | 0.49% | - |
| HSV(B) | 285º | 0.57% | 0.68% | - |
| XYZ | 22.48 | 14.34 | 41.63 | - |
| YUV | 107.83 | 165.35 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 174 | 0.14 | 0.57 | 0 | 0.32 | 285 | 0.4 | 0.49 |
| Hex | 95 | 4A | AE | E | 39 | 0 | 20 | 11D | 28 | 31 |
| Octal | 225 | 112 | 256 | 16 | 71 | 0 | 40 | 435 | 50 | 61 |
| Binary | 10010101 | 1001010 | 10101110 | 1110 | 111001 | 0 | 100000 | 100011101 | 101000 | 110001 |
Color Harmonies of #954AAE
Complementary color
Monochromatic Colors of #954AAE
Black with #954AAE
Text Example
Text Example
White with #954AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954AAE; }
p { color: rgb(149,74,174); }
H1.HeaderClassName
{
color: #954AAE;
}
.AnyTagClassName
{
color: #954AAE;
}
</style>
background-color css
<style>
a { background-color: #954AAE; }
a { background-color: rgb(149,74,174); }
div.DivClassName
{
background-color: #954AAE;
}
.BgClassName
{
background-color: #954AAE;
}
</style>
border-color css
<style>
span { border-color: #954AAE; }
span { border-color: rgb(149,74,174); }
td.TdClassName
{
border-color: #954AAE;
}
.TagClassName
{
border-color: #954AAE;
}
</style>