Shades of Deep Lilac #974EA8
Tints of Deep Lilac #974EA8
RGB
CMYK
RGB Variations
Color information
#974EA8 (or 0x974EA8) is known color: Deep Lilac. HEX triplet: 97, 4E and A8. RGB value is (151,78,168). Sum of RGB (Red+Green+Blue) = 151+78+168=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 168 (66.02% from 255 or 42.32% from 397); Max value from RGB is 168 - color contains mainly: blue. Hex color #974EA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974EA8 is #68B157. Grayscale: #6D6D6D. Windows color (decimal): -6861144 or 11030167. OLE color: 11030167.
HSL color Cylindrical-coordinate representation of color #974EA8: hue angle of 288.67º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #974EA8 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 151 | 78 | 168 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.34 |
| HSL | 288.67º | 0.37% | 0.48% | - |
| HSV(B) | 288.67º | 0.54% | 0.66% | - |
| XYZ | 22.55 | 14.86 | 38.72 | - |
| YUV | 110.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 78 | 168 | 0.10 | 0.54 | 0 | 0.34 | 288.67 | 0.37 | 0.48 |
| Hex | 97 | 4E | A8 | A | 36 | 0 | 22 | 121 | 25 | 30 |
| Octal | 227 | 116 | 250 | 12 | 66 | 0 | 42 | 441 | 45 | 60 |
| Binary | 10010111 | 1001110 | 10101000 | 1010 | 110110 | 0 | 100010 | 100100001 | 100101 | 110000 |
Color Harmonies of #974EA8
Complementary color
Monochromatic Colors of #974EA8
Black with #974EA8
Text Example
Text Example
White with #974EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974EA8; }
p { color: rgb(151,78,168); }
H1.HeaderClassName
{
color: #974EA8;
}
.AnyTagClassName
{
color: #974EA8;
}
</style>
background-color css
<style>
a { background-color: #974EA8; }
a { background-color: rgb(151,78,168); }
div.DivClassName
{
background-color: #974EA8;
}
.BgClassName
{
background-color: #974EA8;
}
</style>
border-color css
<style>
span { border-color: #974EA8; }
span { border-color: rgb(151,78,168); }
td.TdClassName
{
border-color: #974EA8;
}
.TagClassName
{
border-color: #974EA8;
}
</style>