Shades of Deep Lilac #974DCC
Tints of Deep Lilac #974DCC
RGB
CMYK
RGB Variations
Color information
#974DCC (or 0x974DCC) is known color: Deep Lilac. HEX triplet: 97, 4D and CC. RGB value is (151,77,204). Sum of RGB (Red+Green+Blue) = 151+77+204=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #974DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974DCC is #68B233. Grayscale: #717171. Windows color (decimal): -6861364 or 13389207. OLE color: 13389207.
HSL color Cylindrical-coordinate representation of color #974DCC: hue angle of 274.96º degrees, saturation: 0.55, 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 #974DCC is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 77 | 204 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.2 |
| HSL | 274.96º | 0.55% | 0.55% | - |
| HSV(B) | 274.96º | 0.62% | 0.8% | - |
| XYZ | 26.32 | 16.25 | 58.88 | - |
| YUV | 113.6 | 179.02 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 77 | 204 | 0.26 | 0.62 | 0 | 0.2 | 274.96 | 0.55 | 0.55 |
| Hex | 97 | 4D | CC | 1A | 3E | 0 | 14 | 113 | 37 | 37 |
| Octal | 227 | 115 | 314 | 32 | 76 | 0 | 24 | 423 | 67 | 67 |
| Binary | 10010111 | 1001101 | 11001100 | 11010 | 111110 | 0 | 10100 | 100010011 | 110111 | 110111 |
Color Harmonies of #974DCC
Complementary color
Monochromatic Colors of #974DCC
Black with #974DCC
Text Example
Text Example
White with #974DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974DCC; }
p { color: rgb(151,77,204); }
H1.HeaderClassName
{
color: #974DCC;
}
.AnyTagClassName
{
color: #974DCC;
}
</style>
background-color css
<style>
a { background-color: #974DCC; }
a { background-color: rgb(151,77,204); }
div.DivClassName
{
background-color: #974DCC;
}
.BgClassName
{
background-color: #974DCC;
}
</style>
border-color css
<style>
span { border-color: #974DCC; }
span { border-color: rgb(151,77,204); }
td.TdClassName
{
border-color: #974DCC;
}
.TagClassName
{
border-color: #974DCC;
}
</style>