Shades of Deep Lilac #954EBC
Tints of Deep Lilac #954EBC
RGB
CMYK
RGB Variations
Color information
#954EBC (or 0x954EBC) is known color: Deep Lilac. HEX triplet: 95, 4E and BC. RGB value is (149,78,188). Sum of RGB (Red+Green+Blue) = 149+78+188=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #954EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954EBC is #6AB143. Grayscale: #6F6F6F. Windows color (decimal): -6992196 or 12340885. OLE color: 12340885.
HSL color Cylindrical-coordinate representation of color #954EBC: hue angle of 278.73º 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 #954EBC is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 78 | 188 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.26 |
| HSL | 278.73º | 0.45% | 0.52% | - |
| HSV(B) | 278.73º | 0.59% | 0.74% | - |
| XYZ | 24.2 | 15.47 | 49.29 | - |
| YUV | 111.77 | 171.02 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 188 | 0.21 | 0.59 | 0 | 0.26 | 278.73 | 0.45 | 0.52 |
| Hex | 95 | 4E | BC | 15 | 3B | 0 | 1A | 117 | 2D | 34 |
| Octal | 225 | 116 | 274 | 25 | 73 | 0 | 32 | 427 | 55 | 64 |
| Binary | 10010101 | 1001110 | 10111100 | 10101 | 111011 | 0 | 11010 | 100010111 | 101101 | 110100 |
Color Harmonies of #954EBC
Complementary color
Monochromatic Colors of #954EBC
Black with #954EBC
Text Example
Text Example
White with #954EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954EBC; }
p { color: rgb(149,78,188); }
H1.HeaderClassName
{
color: #954EBC;
}
.AnyTagClassName
{
color: #954EBC;
}
</style>
background-color css
<style>
a { background-color: #954EBC; }
a { background-color: rgb(149,78,188); }
div.DivClassName
{
background-color: #954EBC;
}
.BgClassName
{
background-color: #954EBC;
}
</style>
border-color css
<style>
span { border-color: #954EBC; }
span { border-color: rgb(149,78,188); }
td.TdClassName
{
border-color: #954EBC;
}
.TagClassName
{
border-color: #954EBC;
}
</style>