Shades of Deep Lilac #955DAC
Tints of Deep Lilac #955DAC
RGB
CMYK
RGB Variations
Color information
#955DAC (or 0x955DAC) is known color: Deep Lilac. HEX triplet: 95, 5D and AC. RGB value is (149,93,172). Sum of RGB (Red+Green+Blue) = 149+93+172=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #955DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955DAC is #6AA253. Grayscale: #767676. Windows color (decimal): -6988372 or 11296149. OLE color: 11296149.
HSL color Cylindrical-coordinate representation of color #955DAC: hue angle of 282.53º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955DAC is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 93 | 172 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.33 |
| HSL | 282.53º | 0.32% | 0.52% | - |
| HSV(B) | 282.53º | 0.46% | 0.67% | - |
| XYZ | 23.76 | 17.2 | 41.1 | - |
| YUV | 118.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 172 | 0.13 | 0.46 | 0 | 0.33 | 282.53 | 0.32 | 0.52 |
| Hex | 95 | 5D | AC | D | 2E | 0 | 21 | 11B | 20 | 34 |
| Octal | 225 | 135 | 254 | 15 | 56 | 0 | 41 | 433 | 40 | 64 |
| Binary | 10010101 | 1011101 | 10101100 | 1101 | 101110 | 0 | 100001 | 100011011 | 100000 | 110100 |
Color Harmonies of #955DAC
Complementary color
Monochromatic Colors of #955DAC
Black with #955DAC
Text Example
Text Example
White with #955DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955DAC; }
p { color: rgb(149,93,172); }
H1.HeaderClassName
{
color: #955DAC;
}
.AnyTagClassName
{
color: #955DAC;
}
</style>
background-color css
<style>
a { background-color: #955DAC; }
a { background-color: rgb(149,93,172); }
div.DivClassName
{
background-color: #955DAC;
}
.BgClassName
{
background-color: #955DAC;
}
</style>
border-color css
<style>
span { border-color: #955DAC; }
span { border-color: rgb(149,93,172); }
td.TdClassName
{
border-color: #955DAC;
}
.TagClassName
{
border-color: #955DAC;
}
</style>