Shades of Deep Lilac #955FAE
Tints of Deep Lilac #955FAE
RGB
CMYK
RGB Variations
Color information
#955FAE (or 0x955FAE) is known color: Deep Lilac. HEX triplet: 95, 5F and AE. RGB value is (149,95,174). Sum of RGB (Red+Green+Blue) = 149+95+174=418 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.65% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #955FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955FAE is #6AA051. Grayscale: #777777. Windows color (decimal): -6987858 or 11427733. OLE color: 11427733.
HSL color Cylindrical-coordinate representation of color #955FAE: hue angle of 281.01º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #955FAE is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 95 | 174 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.32 |
| HSL | 281.01º | 0.33% | 0.53% | - |
| HSV(B) | 281.01º | 0.45% | 0.68% | - |
| XYZ | 24.13 | 17.63 | 42.18 | - |
| YUV | 120.15 | 158.39 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 174 | 0.14 | 0.45 | 0 | 0.32 | 281.01 | 0.33 | 0.53 |
| Hex | 95 | 5F | AE | E | 2D | 0 | 20 | 119 | 21 | 35 |
| Octal | 225 | 137 | 256 | 16 | 55 | 0 | 40 | 431 | 41 | 65 |
| Binary | 10010101 | 1011111 | 10101110 | 1110 | 101101 | 0 | 100000 | 100011001 | 100001 | 110101 |
Color Harmonies of #955FAE
Complementary color
Monochromatic Colors of #955FAE
Black with #955FAE
Text Example
Text Example
White with #955FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FAE; }
p { color: rgb(149,95,174); }
H1.HeaderClassName
{
color: #955FAE;
}
.AnyTagClassName
{
color: #955FAE;
}
</style>
background-color css
<style>
a { background-color: #955FAE; }
a { background-color: rgb(149,95,174); }
div.DivClassName
{
background-color: #955FAE;
}
.BgClassName
{
background-color: #955FAE;
}
</style>
border-color css
<style>
span { border-color: #955FAE; }
span { border-color: rgb(149,95,174); }
td.TdClassName
{
border-color: #955FAE;
}
.TagClassName
{
border-color: #955FAE;
}
</style>