Shades of Deep Lilac #954FA6
Tints of Deep Lilac #954FA6
RGB
CMYK
RGB Variations
Color information
#954FA6 (or 0x954FA6) is known color: Deep Lilac. HEX triplet: 95, 4F and A6. RGB value is (149,79,166). Sum of RGB (Red+Green+Blue) = 149+79+166=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 166 - color contains mainly: blue. Hex color #954FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954FA6 is #6AB059. Grayscale: #6D6D6D. Windows color (decimal): -6991962 or 10899349. OLE color: 10899349.
HSL color Cylindrical-coordinate representation of color #954FA6: hue angle of 288.28º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #954FA6 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 149 | 79 | 166 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.35 |
| HSL | 288.28º | 0.36% | 0.48% | - |
| HSV(B) | 288.28º | 0.52% | 0.65% | - |
| XYZ | 22.07 | 14.73 | 37.76 | - |
| YUV | 109.85 | 159.69 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 166 | 0.10 | 0.52 | 0 | 0.35 | 288.28 | 0.36 | 0.48 |
| Hex | 95 | 4F | A6 | A | 34 | 0 | 23 | 120 | 24 | 30 |
| Octal | 225 | 117 | 246 | 12 | 64 | 0 | 43 | 440 | 44 | 60 |
| Binary | 10010101 | 1001111 | 10100110 | 1010 | 110100 | 0 | 100011 | 100100000 | 100100 | 110000 |
Color Harmonies of #954FA6
Complementary color
Monochromatic Colors of #954FA6
Black with #954FA6
Text Example
Text Example
White with #954FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954FA6; }
p { color: rgb(149,79,166); }
H1.HeaderClassName
{
color: #954FA6;
}
.AnyTagClassName
{
color: #954FA6;
}
</style>
background-color css
<style>
a { background-color: #954FA6; }
a { background-color: rgb(149,79,166); }
div.DivClassName
{
background-color: #954FA6;
}
.BgClassName
{
background-color: #954FA6;
}
</style>
border-color css
<style>
span { border-color: #954FA6; }
span { border-color: rgb(149,79,166); }
td.TdClassName
{
border-color: #954FA6;
}
.TagClassName
{
border-color: #954FA6;
}
</style>