Shades of Deep Lilac #955DAE
Tints of Deep Lilac #955DAE
RGB
CMYK
RGB Variations
Color information
#955DAE (or 0x955DAE) is known color: Deep Lilac. HEX triplet: 95, 5D and AE. RGB value is (149,93,174). Sum of RGB (Red+Green+Blue) = 149+93+174=416 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.82% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #955DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955DAE is #6AA251. Grayscale: #767676. Windows color (decimal): -6988370 or 11427221. OLE color: 11427221.
HSL color Cylindrical-coordinate representation of color #955DAE: hue angle of 281.48º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #955DAE is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 93 | 174 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.32 |
| HSL | 281.48º | 0.33% | 0.52% | - |
| HSV(B) | 281.48º | 0.47% | 0.68% | - |
| XYZ | 23.95 | 17.27 | 42.12 | - |
| YUV | 118.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 174 | 0.14 | 0.47 | 0 | 0.32 | 281.48 | 0.33 | 0.52 |
| Hex | 95 | 5D | AE | E | 2F | 0 | 20 | 119 | 21 | 34 |
| Octal | 225 | 135 | 256 | 16 | 57 | 0 | 40 | 431 | 41 | 64 |
| Binary | 10010101 | 1011101 | 10101110 | 1110 | 101111 | 0 | 100000 | 100011001 | 100001 | 110100 |
Color Harmonies of #955DAE
Complementary color
Monochromatic Colors of #955DAE
Black with #955DAE
Text Example
Text Example
White with #955DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955DAE; }
p { color: rgb(149,93,174); }
H1.HeaderClassName
{
color: #955DAE;
}
.AnyTagClassName
{
color: #955DAE;
}
</style>
background-color css
<style>
a { background-color: #955DAE; }
a { background-color: rgb(149,93,174); }
div.DivClassName
{
background-color: #955DAE;
}
.BgClassName
{
background-color: #955DAE;
}
</style>
border-color css
<style>
span { border-color: #955DAE; }
span { border-color: rgb(149,93,174); }
td.TdClassName
{
border-color: #955DAE;
}
.TagClassName
{
border-color: #955DAE;
}
</style>