Shades of Deep Lilac #974EC0
Tints of Deep Lilac #974EC0
RGB
CMYK
RGB Variations
Color information
#974EC0 (or 0x974EC0) is known color: Deep Lilac. HEX triplet: 97, 4E and C0. RGB value is (151,78,192). Sum of RGB (Red+Green+Blue) = 151+78+192=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 192 - color contains mainly: blue. Hex color #974EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974EC0 is #68B13F. Grayscale: #707070. Windows color (decimal): -6861120 or 12603031. OLE color: 12603031.
HSL color Cylindrical-coordinate representation of color #974EC0: hue angle of 278.42º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #974EC0 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 78 | 192 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.25 |
| HSL | 278.42º | 0.48% | 0.53% | - |
| HSV(B) | 278.42º | 0.59% | 0.75% | - |
| XYZ | 25 | 15.83 | 51.61 | - |
| YUV | 112.82 | 172.68 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 78 | 192 | 0.21 | 0.59 | 0 | 0.25 | 278.42 | 0.48 | 0.53 |
| Hex | 97 | 4E | C0 | 15 | 3B | 0 | 19 | 116 | 30 | 35 |
| Octal | 227 | 116 | 300 | 25 | 73 | 0 | 31 | 426 | 60 | 65 |
| Binary | 10010111 | 1001110 | 11000000 | 10101 | 111011 | 0 | 11001 | 100010110 | 110000 | 110101 |
Color Harmonies of #974EC0
Complementary color
Monochromatic Colors of #974EC0
Black with #974EC0
Text Example
Text Example
White with #974EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974EC0; }
p { color: rgb(151,78,192); }
H1.HeaderClassName
{
color: #974EC0;
}
.AnyTagClassName
{
color: #974EC0;
}
</style>
background-color css
<style>
a { background-color: #974EC0; }
a { background-color: rgb(151,78,192); }
div.DivClassName
{
background-color: #974EC0;
}
.BgClassName
{
background-color: #974EC0;
}
</style>
border-color css
<style>
span { border-color: #974EC0; }
span { border-color: rgb(151,78,192); }
td.TdClassName
{
border-color: #974EC0;
}
.TagClassName
{
border-color: #974EC0;
}
</style>