Shades of Deep Lilac #955EAE
Tints of Deep Lilac #955EAE
RGB
CMYK
RGB Variations
Color information
#955EAE (or 0x955EAE) is known color: Deep Lilac. HEX triplet: 95, 5E and AE. RGB value is (149,94,174). Sum of RGB (Red+Green+Blue) = 149+94+174=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #955EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955EAE is #6AA151. Grayscale: #777777. Windows color (decimal): -6988114 or 11427477. OLE color: 11427477.
HSL color Cylindrical-coordinate representation of color #955EAE: hue angle of 281.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955EAE is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 94 | 174 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.32 |
| HSL | 281.25º | 0.33% | 0.53% | - |
| HSV(B) | 281.25º | 0.46% | 0.68% | - |
| XYZ | 24.04 | 17.45 | 42.15 | - |
| YUV | 119.57 | 158.72 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 174 | 0.14 | 0.46 | 0 | 0.32 | 281.25 | 0.33 | 0.53 |
| Hex | 95 | 5E | AE | E | 2E | 0 | 20 | 119 | 21 | 35 |
| Octal | 225 | 136 | 256 | 16 | 56 | 0 | 40 | 431 | 41 | 65 |
| Binary | 10010101 | 1011110 | 10101110 | 1110 | 101110 | 0 | 100000 | 100011001 | 100001 | 110101 |
Color Harmonies of #955EAE
Complementary color
Monochromatic Colors of #955EAE
Black with #955EAE
Text Example
Text Example
White with #955EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955EAE; }
p { color: rgb(149,94,174); }
H1.HeaderClassName
{
color: #955EAE;
}
.AnyTagClassName
{
color: #955EAE;
}
</style>
background-color css
<style>
a { background-color: #955EAE; }
a { background-color: rgb(149,94,174); }
div.DivClassName
{
background-color: #955EAE;
}
.BgClassName
{
background-color: #955EAE;
}
</style>
border-color css
<style>
span { border-color: #955EAE; }
span { border-color: rgb(149,94,174); }
td.TdClassName
{
border-color: #955EAE;
}
.TagClassName
{
border-color: #955EAE;
}
</style>