Shades of Deep Lilac #954CB4
Tints of Deep Lilac #954CB4
RGB
CMYK
RGB Variations
Color information
#954CB4 (or 0x954CB4) is known color: Deep Lilac. HEX triplet: 95, 4C and B4. RGB value is (149,76,180). Sum of RGB (Red+Green+Blue) = 149+76+180=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 180 (70.70% from 255 or 44.44% from 405); Max value from RGB is 180 - color contains mainly: blue. Hex color #954CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954CB4 is #6AB34B. Grayscale: #6D6D6D. Windows color (decimal): -6992716 or 11816085. OLE color: 11816085.
HSL color Cylindrical-coordinate representation of color #954CB4: hue angle of 282.12º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #954CB4 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 76 | 180 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.29 |
| HSL | 282.12º | 0.41% | 0.5% | - |
| HSV(B) | 282.12º | 0.58% | 0.71% | - |
| XYZ | 23.22 | 14.85 | 44.82 | - |
| YUV | 109.68 | 167.68 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 180 | 0.17 | 0.58 | 0 | 0.29 | 282.12 | 0.41 | 0.5 |
| Hex | 95 | 4C | B4 | 11 | 3A | 0 | 1D | 11A | 29 | 32 |
| Octal | 225 | 114 | 264 | 21 | 72 | 0 | 35 | 432 | 51 | 62 |
| Binary | 10010101 | 1001100 | 10110100 | 10001 | 111010 | 0 | 11101 | 100011010 | 101001 | 110010 |
Color Harmonies of #954CB4
Complementary color
Monochromatic Colors of #954CB4
Black with #954CB4
Text Example
Text Example
White with #954CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954CB4; }
p { color: rgb(149,76,180); }
H1.HeaderClassName
{
color: #954CB4;
}
.AnyTagClassName
{
color: #954CB4;
}
</style>
background-color css
<style>
a { background-color: #954CB4; }
a { background-color: rgb(149,76,180); }
div.DivClassName
{
background-color: #954CB4;
}
.BgClassName
{
background-color: #954CB4;
}
</style>
border-color css
<style>
span { border-color: #954CB4; }
span { border-color: rgb(149,76,180); }
td.TdClassName
{
border-color: #954CB4;
}
.TagClassName
{
border-color: #954CB4;
}
</style>