Shades of Deep Lilac #974DC9
Tints of Deep Lilac #974DC9
RGB
CMYK
RGB Variations
Color information
#974DC9 (or 0x974DC9) is known color: Deep Lilac. HEX triplet: 97, 4D and C9. RGB value is (151,77,201). Sum of RGB (Red+Green+Blue) = 151+77+201=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 201 (78.91% from 255 or 46.85% from 429); Max value from RGB is 201 - color contains mainly: blue. Hex color #974DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974DC9 is #68B236. Grayscale: #707070. Windows color (decimal): -6861367 or 13192599. OLE color: 13192599.
HSL color Cylindrical-coordinate representation of color #974DC9: hue angle of 275.81º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #974DC9 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 77 | 201 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.21 |
| HSL | 275.81º | 0.53% | 0.55% | - |
| HSV(B) | 275.81º | 0.62% | 0.79% | - |
| XYZ | 25.96 | 16.1 | 57 | - |
| YUV | 113.26 | 177.52 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 77 | 201 | 0.25 | 0.62 | 0 | 0.21 | 275.81 | 0.53 | 0.55 |
| Hex | 97 | 4D | C9 | 19 | 3E | 0 | 15 | 114 | 35 | 37 |
| Octal | 227 | 115 | 311 | 31 | 76 | 0 | 25 | 424 | 65 | 67 |
| Binary | 10010111 | 1001101 | 11001001 | 11001 | 111110 | 0 | 10101 | 100010100 | 110101 | 110111 |
Color Harmonies of #974DC9
Complementary color
Monochromatic Colors of #974DC9
Black with #974DC9
Text Example
Text Example
White with #974DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974DC9; }
p { color: rgb(151,77,201); }
H1.HeaderClassName
{
color: #974DC9;
}
.AnyTagClassName
{
color: #974DC9;
}
</style>
background-color css
<style>
a { background-color: #974DC9; }
a { background-color: rgb(151,77,201); }
div.DivClassName
{
background-color: #974DC9;
}
.BgClassName
{
background-color: #974DC9;
}
</style>
border-color css
<style>
span { border-color: #974DC9; }
span { border-color: rgb(151,77,201); }
td.TdClassName
{
border-color: #974DC9;
}
.TagClassName
{
border-color: #974DC9;
}
</style>