Shades of Deep Lilac #954AC0
Tints of Deep Lilac #954AC0
RGB
CMYK
RGB Variations
Color information
#954AC0 (or 0x954AC0) is known color: Deep Lilac. HEX triplet: 95, 4A and C0. RGB value is (149,74,192). Sum of RGB (Red+Green+Blue) = 149+74+192=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: blue. Hex color #954AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954AC0 is #6AB53F. Grayscale: #6D6D6D. Windows color (decimal): -6993216 or 12602005. OLE color: 12602005.
HSL color Cylindrical-coordinate representation of color #954AC0: hue angle of 278.14º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #954AC0 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 74 | 192 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.25 |
| HSL | 278.14º | 0.48% | 0.52% | - |
| HSV(B) | 278.14º | 0.61% | 0.75% | - |
| XYZ | 24.36 | 15.09 | 51.5 | - |
| YUV | 109.88 | 174.35 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 192 | 0.22 | 0.61 | 0 | 0.25 | 278.14 | 0.48 | 0.52 |
| Hex | 95 | 4A | C0 | 16 | 3D | 0 | 19 | 116 | 30 | 34 |
| Octal | 225 | 112 | 300 | 26 | 75 | 0 | 31 | 426 | 60 | 64 |
| Binary | 10010101 | 1001010 | 11000000 | 10110 | 111101 | 0 | 11001 | 100010110 | 110000 | 110100 |
Color Harmonies of #954AC0
Complementary color
Monochromatic Colors of #954AC0
Black with #954AC0
Text Example
Text Example
White with #954AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954AC0; }
p { color: rgb(149,74,192); }
H1.HeaderClassName
{
color: #954AC0;
}
.AnyTagClassName
{
color: #954AC0;
}
</style>
background-color css
<style>
a { background-color: #954AC0; }
a { background-color: rgb(149,74,192); }
div.DivClassName
{
background-color: #954AC0;
}
.BgClassName
{
background-color: #954AC0;
}
</style>
border-color css
<style>
span { border-color: #954AC0; }
span { border-color: rgb(149,74,192); }
td.TdClassName
{
border-color: #954AC0;
}
.TagClassName
{
border-color: #954AC0;
}
</style>