Shades of Deep Lilac #954DA8
Tints of Deep Lilac #954DA8
RGB
CMYK
RGB Variations
Color information
#954DA8 (or 0x954DA8) is known color: Deep Lilac. HEX triplet: 95, 4D and A8. RGB value is (149,77,168). Sum of RGB (Red+Green+Blue) = 149+77+168=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 168 - color contains mainly: blue. Hex color #954DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954DA8 is #6AB257. Grayscale: #6C6C6C. Windows color (decimal): -6992472 or 11029909. OLE color: 11029909.
HSL color Cylindrical-coordinate representation of color #954DA8: hue angle of 287.47º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954DA8 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 149 | 77 | 168 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.34 |
| HSL | 287.47º | 0.37% | 0.48% | - |
| HSV(B) | 287.47º | 0.54% | 0.66% | - |
| XYZ | 22.12 | 14.52 | 38.68 | - |
| YUV | 108.9 | 161.35 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 168 | 0.11 | 0.54 | 0 | 0.34 | 287.47 | 0.37 | 0.48 |
| Hex | 95 | 4D | A8 | B | 36 | 0 | 22 | 11F | 25 | 30 |
| Octal | 225 | 115 | 250 | 13 | 66 | 0 | 42 | 437 | 45 | 60 |
| Binary | 10010101 | 1001101 | 10101000 | 1011 | 110110 | 0 | 100010 | 100011111 | 100101 | 110000 |
Color Harmonies of #954DA8
Complementary color
Monochromatic Colors of #954DA8
Black with #954DA8
Text Example
Text Example
White with #954DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954DA8; }
p { color: rgb(149,77,168); }
H1.HeaderClassName
{
color: #954DA8;
}
.AnyTagClassName
{
color: #954DA8;
}
</style>
background-color css
<style>
a { background-color: #954DA8; }
a { background-color: rgb(149,77,168); }
div.DivClassName
{
background-color: #954DA8;
}
.BgClassName
{
background-color: #954DA8;
}
</style>
border-color css
<style>
span { border-color: #954DA8; }
span { border-color: rgb(149,77,168); }
td.TdClassName
{
border-color: #954DA8;
}
.TagClassName
{
border-color: #954DA8;
}
</style>