Shades of Deep Lilac #974ECD
Tints of Deep Lilac #974ECD
RGB
CMYK
RGB Variations
Color information
#974ECD (or 0x974ECD) is known color: Deep Lilac. HEX triplet: 97, 4E and CD. RGB value is (151,78,205). Sum of RGB (Red+Green+Blue) = 151+78+205=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #974ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974ECD is #68B132. Grayscale: #717171. Windows color (decimal): -6861107 or 13454999. OLE color: 13454999.
HSL color Cylindrical-coordinate representation of color #974ECD: hue angle of 274.49º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #974ECD is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 78 | 205 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.20 |
| HSL | 274.49º | 0.56% | 0.55% | - |
| HSV(B) | 274.49º | 0.62% | 0.8% | - |
| XYZ | 26.51 | 16.44 | 59.53 | - |
| YUV | 114.31 | 179.18 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 78 | 205 | 0.26 | 0.62 | 0 | 0.20 | 274.49 | 0.56 | 0.55 |
| Hex | 97 | 4E | CD | 1A | 3E | 0 | 14 | 112 | 38 | 37 |
| Octal | 227 | 116 | 315 | 32 | 76 | 0 | 24 | 422 | 70 | 67 |
| Binary | 10010111 | 1001110 | 11001101 | 11010 | 111110 | 0 | 10100 | 100010010 | 111000 | 110111 |
Color Harmonies of #974ECD
Complementary color
Monochromatic Colors of #974ECD
Black with #974ECD
Text Example
Text Example
White with #974ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974ECD; }
p { color: rgb(151,78,205); }
H1.HeaderClassName
{
color: #974ECD;
}
.AnyTagClassName
{
color: #974ECD;
}
</style>
background-color css
<style>
a { background-color: #974ECD; }
a { background-color: rgb(151,78,205); }
div.DivClassName
{
background-color: #974ECD;
}
.BgClassName
{
background-color: #974ECD;
}
</style>
border-color css
<style>
span { border-color: #974ECD; }
span { border-color: rgb(151,78,205); }
td.TdClassName
{
border-color: #974ECD;
}
.TagClassName
{
border-color: #974ECD;
}
</style>