Shades of Deep Lilac #955EAD
Tints of Deep Lilac #955EAD
RGB
CMYK
RGB Variations
Color information
#955EAD (or 0x955EAD) is known color: Deep Lilac. HEX triplet: 95, 5E and AD. RGB value is (149,94,173). Sum of RGB (Red+Green+Blue) = 149+94+173=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #955EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955EAD is #6AA152. Grayscale: #777777. Windows color (decimal): -6988115 or 11361941. OLE color: 11361941.
HSL color Cylindrical-coordinate representation of color #955EAD: hue angle of 281.77º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955EAD is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 94 | 173 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.32 |
| HSL | 281.77º | 0.33% | 0.52% | - |
| HSV(B) | 281.77º | 0.46% | 0.68% | - |
| XYZ | 23.94 | 17.41 | 41.63 | - |
| YUV | 119.45 | 158.22 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 173 | 0.14 | 0.46 | 0 | 0.32 | 281.77 | 0.33 | 0.52 |
| Hex | 95 | 5E | AD | E | 2E | 0 | 20 | 11A | 21 | 34 |
| Octal | 225 | 136 | 255 | 16 | 56 | 0 | 40 | 432 | 41 | 64 |
| Binary | 10010101 | 1011110 | 10101101 | 1110 | 101110 | 0 | 100000 | 100011010 | 100001 | 110100 |
Color Harmonies of #955EAD
Complementary color
Monochromatic Colors of #955EAD
Black with #955EAD
Text Example
Text Example
White with #955EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955EAD; }
p { color: rgb(149,94,173); }
H1.HeaderClassName
{
color: #955EAD;
}
.AnyTagClassName
{
color: #955EAD;
}
</style>
background-color css
<style>
a { background-color: #955EAD; }
a { background-color: rgb(149,94,173); }
div.DivClassName
{
background-color: #955EAD;
}
.BgClassName
{
background-color: #955EAD;
}
</style>
border-color css
<style>
span { border-color: #955EAD; }
span { border-color: rgb(149,94,173); }
td.TdClassName
{
border-color: #955EAD;
}
.TagClassName
{
border-color: #955EAD;
}
</style>