Shades of Deep Lilac #974EC5
Tints of Deep Lilac #974EC5
RGB
CMYK
RGB Variations
Color information
#974EC5 (or 0x974EC5) is known color: Deep Lilac. HEX triplet: 97, 4E and C5. RGB value is (151,78,197). Sum of RGB (Red+Green+Blue) = 151+78+197=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 197 (77.34% from 255 or 46.24% from 426); Max value from RGB is 197 - color contains mainly: blue. Hex color #974EC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974EC5 is #68B13A. Grayscale: #707070. Windows color (decimal): -6861115 or 12930711. OLE color: 12930711.
HSL color Cylindrical-coordinate representation of color #974EC5: hue angle of 276.81º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #974EC5 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 78 | 197 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.23 |
| HSL | 276.81º | 0.51% | 0.54% | - |
| HSV(B) | 276.81º | 0.6% | 0.77% | - |
| XYZ | 25.56 | 16.06 | 54.58 | - |
| YUV | 113.39 | 175.18 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 78 | 197 | 0.23 | 0.60 | 0 | 0.23 | 276.81 | 0.51 | 0.54 |
| Hex | 97 | 4E | C5 | 17 | 3C | 0 | 17 | 115 | 33 | 36 |
| Octal | 227 | 116 | 305 | 27 | 74 | 0 | 27 | 425 | 63 | 66 |
| Binary | 10010111 | 1001110 | 11000101 | 10111 | 111100 | 0 | 10111 | 100010101 | 110011 | 110110 |
Color Harmonies of #974EC5
Complementary color
Monochromatic Colors of #974EC5
Black with #974EC5
Text Example
Text Example
White with #974EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974EC5; }
p { color: rgb(151,78,197); }
H1.HeaderClassName
{
color: #974EC5;
}
.AnyTagClassName
{
color: #974EC5;
}
</style>
background-color css
<style>
a { background-color: #974EC5; }
a { background-color: rgb(151,78,197); }
div.DivClassName
{
background-color: #974EC5;
}
.BgClassName
{
background-color: #974EC5;
}
</style>
border-color css
<style>
span { border-color: #974EC5; }
span { border-color: rgb(151,78,197); }
td.TdClassName
{
border-color: #974EC5;
}
.TagClassName
{
border-color: #974EC5;
}
</style>