Shades of Deep Lilac #954ECE
Tints of Deep Lilac #954ECE
RGB
CMYK
RGB Variations
Color information
#954ECE (or 0x954ECE) is known color: Deep Lilac. HEX triplet: 95, 4E and CE. RGB value is (149,78,206). Sum of RGB (Red+Green+Blue) = 149+78+206=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #954ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954ECE is #6AB131. Grayscale: #717171. Windows color (decimal): -6992178 or 13520533. OLE color: 13520533.
HSL color Cylindrical-coordinate representation of color #954ECE: hue angle of 273.28º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #954ECE is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 78 | 206 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.19 |
| HSL | 273.28º | 0.57% | 0.56% | - |
| HSV(B) | 273.28º | 0.62% | 0.81% | - |
| XYZ | 26.26 | 16.29 | 60.15 | - |
| YUV | 113.82 | 180.02 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 206 | 0.28 | 0.62 | 0 | 0.19 | 273.28 | 0.57 | 0.56 |
| Hex | 95 | 4E | CE | 1C | 3E | 0 | 13 | 111 | 39 | 38 |
| Octal | 225 | 116 | 316 | 34 | 76 | 0 | 23 | 421 | 71 | 70 |
| Binary | 10010101 | 1001110 | 11001110 | 11100 | 111110 | 0 | 10011 | 100010001 | 111001 | 111000 |
Color Harmonies of #954ECE
Complementary color
Monochromatic Colors of #954ECE
Black with #954ECE
Text Example
Text Example
White with #954ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954ECE; }
p { color: rgb(149,78,206); }
H1.HeaderClassName
{
color: #954ECE;
}
.AnyTagClassName
{
color: #954ECE;
}
</style>
background-color css
<style>
a { background-color: #954ECE; }
a { background-color: rgb(149,78,206); }
div.DivClassName
{
background-color: #954ECE;
}
.BgClassName
{
background-color: #954ECE;
}
</style>
border-color css
<style>
span { border-color: #954ECE; }
span { border-color: rgb(149,78,206); }
td.TdClassName
{
border-color: #954ECE;
}
.TagClassName
{
border-color: #954ECE;
}
</style>