Shades of Deep Lilac #974EC9
Tints of Deep Lilac #974EC9
RGB
CMYK
RGB Variations
Color information
#974EC9 (or 0x974EC9) is known color: Deep Lilac. HEX triplet: 97, 4E and C9. RGB value is (151,78,201). Sum of RGB (Red+Green+Blue) = 151+78+201=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 201 - color contains mainly: blue. Hex color #974EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974EC9 is #68B136. Grayscale: #717171. Windows color (decimal): -6861111 or 13192855. OLE color: 13192855.
HSL color Cylindrical-coordinate representation of color #974EC9: hue angle of 275.61º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #974EC9 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 78 | 201 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.21 |
| HSL | 275.61º | 0.53% | 0.55% | - |
| HSV(B) | 275.61º | 0.61% | 0.79% | - |
| XYZ | 26.03 | 16.25 | 57.02 | - |
| YUV | 113.85 | 177.18 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 78 | 201 | 0.25 | 0.61 | 0 | 0.21 | 275.61 | 0.53 | 0.55 |
| Hex | 97 | 4E | C9 | 19 | 3D | 0 | 15 | 114 | 35 | 37 |
| Octal | 227 | 116 | 311 | 31 | 75 | 0 | 25 | 424 | 65 | 67 |
| Binary | 10010111 | 1001110 | 11001001 | 11001 | 111101 | 0 | 10101 | 100010100 | 110101 | 110111 |
Color Harmonies of #974EC9
Complementary color
Monochromatic Colors of #974EC9
Black with #974EC9
Text Example
Text Example
White with #974EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974EC9; }
p { color: rgb(151,78,201); }
H1.HeaderClassName
{
color: #974EC9;
}
.AnyTagClassName
{
color: #974EC9;
}
</style>
background-color css
<style>
a { background-color: #974EC9; }
a { background-color: rgb(151,78,201); }
div.DivClassName
{
background-color: #974EC9;
}
.BgClassName
{
background-color: #974EC9;
}
</style>
border-color css
<style>
span { border-color: #974EC9; }
span { border-color: rgb(151,78,201); }
td.TdClassName
{
border-color: #974EC9;
}
.TagClassName
{
border-color: #974EC9;
}
</style>