Shades of Deep Lilac #954EB6
Tints of Deep Lilac #954EB6
RGB
CMYK
RGB Variations
Color information
#954EB6 (or 0x954EB6) is known color: Deep Lilac. HEX triplet: 95, 4E and B6. RGB value is (149,78,182). Sum of RGB (Red+Green+Blue) = 149+78+182=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 182 - color contains mainly: blue. Hex color #954EB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #954EB6 is #6AB149. Grayscale: #6E6E6E. Windows color (decimal): -6992202 or 11947669. OLE color: 11947669.
HSL color Cylindrical-coordinate representation of color #954EB6: hue angle of 280.96º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #954EB6 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 78 | 182 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.29 |
| HSL | 280.96º | 0.42% | 0.51% | - |
| HSV(B) | 280.96º | 0.57% | 0.71% | - |
| XYZ | 23.56 | 15.22 | 45.95 | - |
| YUV | 111.09 | 168.02 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 182 | 0.18 | 0.57 | 0 | 0.29 | 280.96 | 0.42 | 0.51 |
| Hex | 95 | 4E | B6 | 12 | 39 | 0 | 1D | 119 | 2A | 33 |
| Octal | 225 | 116 | 266 | 22 | 71 | 0 | 35 | 431 | 52 | 63 |
| Binary | 10010101 | 1001110 | 10110110 | 10010 | 111001 | 0 | 11101 | 100011001 | 101010 | 110011 |
Color Harmonies of #954EB6
Complementary color
Monochromatic Colors of #954EB6
Black with #954EB6
Text Example
Text Example
White with #954EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954EB6; }
p { color: rgb(149,78,182); }
H1.HeaderClassName
{
color: #954EB6;
}
.AnyTagClassName
{
color: #954EB6;
}
</style>
background-color css
<style>
a { background-color: #954EB6; }
a { background-color: rgb(149,78,182); }
div.DivClassName
{
background-color: #954EB6;
}
.BgClassName
{
background-color: #954EB6;
}
</style>
border-color css
<style>
span { border-color: #954EB6; }
span { border-color: rgb(149,78,182); }
td.TdClassName
{
border-color: #954EB6;
}
.TagClassName
{
border-color: #954EB6;
}
</style>