Shades of Deep Lilac #954FAC
Tints of Deep Lilac #954FAC
RGB
CMYK
RGB Variations
Color information
#954FAC (or 0x954FAC) is known color: Deep Lilac. HEX triplet: 95, 4F and AC. RGB value is (149,79,172). Sum of RGB (Red+Green+Blue) = 149+79+172=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #954FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954FAC is #6AB053. Grayscale: #6E6E6E. Windows color (decimal): -6991956 or 11292565. OLE color: 11292565.
HSL color Cylindrical-coordinate representation of color #954FAC: hue angle of 285.16º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954FAC is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 79 | 172 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.33 |
| HSL | 285.16º | 0.37% | 0.49% | - |
| HSV(B) | 285.16º | 0.54% | 0.67% | - |
| XYZ | 22.64 | 14.96 | 40.72 | - |
| YUV | 110.53 | 162.69 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 172 | 0.13 | 0.54 | 0 | 0.33 | 285.16 | 0.37 | 0.49 |
| Hex | 95 | 4F | AC | D | 36 | 0 | 21 | 11D | 25 | 31 |
| Octal | 225 | 117 | 254 | 15 | 66 | 0 | 41 | 435 | 45 | 61 |
| Binary | 10010101 | 1001111 | 10101100 | 1101 | 110110 | 0 | 100001 | 100011101 | 100101 | 110001 |
Color Harmonies of #954FAC
Complementary color
Monochromatic Colors of #954FAC
Black with #954FAC
Text Example
Text Example
White with #954FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954FAC; }
p { color: rgb(149,79,172); }
H1.HeaderClassName
{
color: #954FAC;
}
.AnyTagClassName
{
color: #954FAC;
}
</style>
background-color css
<style>
a { background-color: #954FAC; }
a { background-color: rgb(149,79,172); }
div.DivClassName
{
background-color: #954FAC;
}
.BgClassName
{
background-color: #954FAC;
}
</style>
border-color css
<style>
span { border-color: #954FAC; }
span { border-color: rgb(149,79,172); }
td.TdClassName
{
border-color: #954FAC;
}
.TagClassName
{
border-color: #954FAC;
}
</style>