Shades of Deep Lilac #954CC0
Tints of Deep Lilac #954CC0
RGB
CMYK
RGB Variations
Color information
#954CC0 (or 0x954CC0) is known color: Deep Lilac. HEX triplet: 95, 4C and C0. RGB value is (149,76,192). Sum of RGB (Red+Green+Blue) = 149+76+192=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 192 - color contains mainly: blue. Hex color #954CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954CC0 is #6AB33F. Grayscale: #6E6E6E. Windows color (decimal): -6992704 or 12602517. OLE color: 12602517.
HSL color Cylindrical-coordinate representation of color #954CC0: hue angle of 277.76º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #954CC0 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 76 | 192 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.25 |
| HSL | 277.76º | 0.48% | 0.53% | - |
| HSV(B) | 277.76º | 0.6% | 0.75% | - |
| XYZ | 24.49 | 15.36 | 51.54 | - |
| YUV | 111.05 | 173.68 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 192 | 0.22 | 0.60 | 0 | 0.25 | 277.76 | 0.48 | 0.53 |
| Hex | 95 | 4C | C0 | 16 | 3C | 0 | 19 | 116 | 30 | 35 |
| Octal | 225 | 114 | 300 | 26 | 74 | 0 | 31 | 426 | 60 | 65 |
| Binary | 10010101 | 1001100 | 11000000 | 10110 | 111100 | 0 | 11001 | 100010110 | 110000 | 110101 |
Color Harmonies of #954CC0
Complementary color
Monochromatic Colors of #954CC0
Black with #954CC0
Text Example
Text Example
White with #954CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954CC0; }
p { color: rgb(149,76,192); }
H1.HeaderClassName
{
color: #954CC0;
}
.AnyTagClassName
{
color: #954CC0;
}
</style>
background-color css
<style>
a { background-color: #954CC0; }
a { background-color: rgb(149,76,192); }
div.DivClassName
{
background-color: #954CC0;
}
.BgClassName
{
background-color: #954CC0;
}
</style>
border-color css
<style>
span { border-color: #954CC0; }
span { border-color: rgb(149,76,192); }
td.TdClassName
{
border-color: #954CC0;
}
.TagClassName
{
border-color: #954CC0;
}
</style>