Shades of Deep Lilac #954FAD
Tints of Deep Lilac #954FAD
RGB
CMYK
RGB Variations
Color information
#954FAD (or 0x954FAD) is known color: Deep Lilac. HEX triplet: 95, 4F and AD. RGB value is (149,79,173). Sum of RGB (Red+Green+Blue) = 149+79+173=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #954FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954FAD is #6AB052. Grayscale: #6E6E6E. Windows color (decimal): -6991955 or 11358101. OLE color: 11358101.
HSL color Cylindrical-coordinate representation of color #954FAD: hue angle of 284.68º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954FAD is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 79 | 173 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.32 |
| HSL | 284.68º | 0.37% | 0.49% | - |
| HSV(B) | 284.68º | 0.54% | 0.68% | - |
| XYZ | 22.73 | 15 | 41.23 | - |
| YUV | 110.65 | 163.19 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 173 | 0.14 | 0.54 | 0 | 0.32 | 284.68 | 0.37 | 0.49 |
| Hex | 95 | 4F | AD | E | 36 | 0 | 20 | 11D | 25 | 31 |
| Octal | 225 | 117 | 255 | 16 | 66 | 0 | 40 | 435 | 45 | 61 |
| Binary | 10010101 | 1001111 | 10101101 | 1110 | 110110 | 0 | 100000 | 100011101 | 100101 | 110001 |
Color Harmonies of #954FAD
Complementary color
Monochromatic Colors of #954FAD
Black with #954FAD
Text Example
Text Example
White with #954FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954FAD; }
p { color: rgb(149,79,173); }
H1.HeaderClassName
{
color: #954FAD;
}
.AnyTagClassName
{
color: #954FAD;
}
</style>
background-color css
<style>
a { background-color: #954FAD; }
a { background-color: rgb(149,79,173); }
div.DivClassName
{
background-color: #954FAD;
}
.BgClassName
{
background-color: #954FAD;
}
</style>
border-color css
<style>
span { border-color: #954FAD; }
span { border-color: rgb(149,79,173); }
td.TdClassName
{
border-color: #954FAD;
}
.TagClassName
{
border-color: #954FAD;
}
</style>