Shades of Deep Lilac #954DBC
Tints of Deep Lilac #954DBC
RGB
CMYK
RGB Variations
Color information
#954DBC (or 0x954DBC) is known color: Deep Lilac. HEX triplet: 95, 4D and BC. RGB value is (149,77,188). Sum of RGB (Red+Green+Blue) = 149+77+188=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #954DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954DBC is #6AB243. Grayscale: #6E6E6E. Windows color (decimal): -6992452 or 12340629. OLE color: 12340629.
HSL color Cylindrical-coordinate representation of color #954DBC: hue angle of 278.92º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #954DBC is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 77 | 188 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.26 |
| HSL | 278.92º | 0.45% | 0.52% | - |
| HSV(B) | 278.92º | 0.59% | 0.74% | - |
| XYZ | 24.13 | 15.33 | 49.26 | - |
| YUV | 111.18 | 171.35 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 188 | 0.21 | 0.59 | 0 | 0.26 | 278.92 | 0.45 | 0.52 |
| Hex | 95 | 4D | BC | 15 | 3B | 0 | 1A | 117 | 2D | 34 |
| Octal | 225 | 115 | 274 | 25 | 73 | 0 | 32 | 427 | 55 | 64 |
| Binary | 10010101 | 1001101 | 10111100 | 10101 | 111011 | 0 | 11010 | 100010111 | 101101 | 110100 |
Color Harmonies of #954DBC
Complementary color
Monochromatic Colors of #954DBC
Black with #954DBC
Text Example
Text Example
White with #954DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954DBC; }
p { color: rgb(149,77,188); }
H1.HeaderClassName
{
color: #954DBC;
}
.AnyTagClassName
{
color: #954DBC;
}
</style>
background-color css
<style>
a { background-color: #954DBC; }
a { background-color: rgb(149,77,188); }
div.DivClassName
{
background-color: #954DBC;
}
.BgClassName
{
background-color: #954DBC;
}
</style>
border-color css
<style>
span { border-color: #954DBC; }
span { border-color: rgb(149,77,188); }
td.TdClassName
{
border-color: #954DBC;
}
.TagClassName
{
border-color: #954DBC;
}
</style>