Shades of Deep Lilac #974FCD
Tints of Deep Lilac #974FCD
RGB
CMYK
RGB Variations
Color information
#974FCD (or 0x974FCD) is known color: Deep Lilac. HEX triplet: 97, 4F and CD. RGB value is (151,79,205). Sum of RGB (Red+Green+Blue) = 151+79+205=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #974FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974FCD is #68B032. Grayscale: #727272. Windows color (decimal): -6860851 or 13455255. OLE color: 13455255.
HSL color Cylindrical-coordinate representation of color #974FCD: hue angle of 274.29º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #974FCD is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 79 | 205 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.20 |
| HSL | 274.29º | 0.56% | 0.56% | - |
| HSV(B) | 274.29º | 0.61% | 0.8% | - |
| XYZ | 26.58 | 16.58 | 59.56 | - |
| YUV | 114.89 | 178.85 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 79 | 205 | 0.26 | 0.61 | 0 | 0.20 | 274.29 | 0.56 | 0.56 |
| Hex | 97 | 4F | CD | 1A | 3D | 0 | 14 | 112 | 38 | 38 |
| Octal | 227 | 117 | 315 | 32 | 75 | 0 | 24 | 422 | 70 | 70 |
| Binary | 10010111 | 1001111 | 11001101 | 11010 | 111101 | 0 | 10100 | 100010010 | 111000 | 111000 |
Color Harmonies of #974FCD
Complementary color
Monochromatic Colors of #974FCD
Black with #974FCD
Text Example
Text Example
White with #974FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974FCD; }
p { color: rgb(151,79,205); }
H1.HeaderClassName
{
color: #974FCD;
}
.AnyTagClassName
{
color: #974FCD;
}
</style>
background-color css
<style>
a { background-color: #974FCD; }
a { background-color: rgb(151,79,205); }
div.DivClassName
{
background-color: #974FCD;
}
.BgClassName
{
background-color: #974FCD;
}
</style>
border-color css
<style>
span { border-color: #974FCD; }
span { border-color: rgb(151,79,205); }
td.TdClassName
{
border-color: #974FCD;
}
.TagClassName
{
border-color: #974FCD;
}
</style>