Shades of Deep Lilac #954ECB
Tints of Deep Lilac #954ECB
RGB
CMYK
RGB Variations
Color information
#954ECB (or 0x954ECB) is known color: Deep Lilac. HEX triplet: 95, 4E and CB. RGB value is (149,78,203). Sum of RGB (Red+Green+Blue) = 149+78+203=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #954ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954ECB is #6AB134. Grayscale: #717171. Windows color (decimal): -6992181 or 13323925. OLE color: 13323925.
HSL color Cylindrical-coordinate representation of color #954ECB: hue angle of 274.08º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #954ECB is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 78 | 203 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.20 |
| HSL | 274.08º | 0.55% | 0.55% | - |
| HSV(B) | 274.08º | 0.62% | 0.8% | - |
| XYZ | 25.9 | 16.15 | 58.25 | - |
| YUV | 113.48 | 178.52 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 203 | 0.27 | 0.62 | 0 | 0.20 | 274.08 | 0.55 | 0.55 |
| Hex | 95 | 4E | CB | 1B | 3E | 0 | 14 | 112 | 37 | 37 |
| Octal | 225 | 116 | 313 | 33 | 76 | 0 | 24 | 422 | 67 | 67 |
| Binary | 10010101 | 1001110 | 11001011 | 11011 | 111110 | 0 | 10100 | 100010010 | 110111 | 110111 |
Color Harmonies of #954ECB
Complementary color
Monochromatic Colors of #954ECB
Black with #954ECB
Text Example
Text Example
White with #954ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954ECB; }
p { color: rgb(149,78,203); }
H1.HeaderClassName
{
color: #954ECB;
}
.AnyTagClassName
{
color: #954ECB;
}
</style>
background-color css
<style>
a { background-color: #954ECB; }
a { background-color: rgb(149,78,203); }
div.DivClassName
{
background-color: #954ECB;
}
.BgClassName
{
background-color: #954ECB;
}
</style>
border-color css
<style>
span { border-color: #954ECB; }
span { border-color: rgb(149,78,203); }
td.TdClassName
{
border-color: #954ECB;
}
.TagClassName
{
border-color: #954ECB;
}
</style>