Shades of Deep Lilac #974FCC
Tints of Deep Lilac #974FCC
RGB
CMYK
RGB Variations
Color information
#974FCC (or 0x974FCC) is known color: Deep Lilac. HEX triplet: 97, 4F and CC. RGB value is (151,79,204). Sum of RGB (Red+Green+Blue) = 151+79+204=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #974FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974FCC is #68B033. Grayscale: #727272. Windows color (decimal): -6860852 or 13389719. OLE color: 13389719.
HSL color Cylindrical-coordinate representation of color #974FCC: hue angle of 274.56º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #974FCC is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 79 | 204 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.2 |
| HSL | 274.56º | 0.55% | 0.55% | - |
| HSV(B) | 274.56º | 0.61% | 0.8% | - |
| XYZ | 26.46 | 16.53 | 58.92 | - |
| YUV | 114.78 | 178.35 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 79 | 204 | 0.26 | 0.61 | 0 | 0.2 | 274.56 | 0.55 | 0.55 |
| Hex | 97 | 4F | CC | 1A | 3D | 0 | 14 | 113 | 37 | 37 |
| Octal | 227 | 117 | 314 | 32 | 75 | 0 | 24 | 423 | 67 | 67 |
| Binary | 10010111 | 1001111 | 11001100 | 11010 | 111101 | 0 | 10100 | 100010011 | 110111 | 110111 |
Color Harmonies of #974FCC
Complementary color
Monochromatic Colors of #974FCC
Black with #974FCC
Text Example
Text Example
White with #974FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974FCC; }
p { color: rgb(151,79,204); }
H1.HeaderClassName
{
color: #974FCC;
}
.AnyTagClassName
{
color: #974FCC;
}
</style>
background-color css
<style>
a { background-color: #974FCC; }
a { background-color: rgb(151,79,204); }
div.DivClassName
{
background-color: #974FCC;
}
.BgClassName
{
background-color: #974FCC;
}
</style>
border-color css
<style>
span { border-color: #974FCC; }
span { border-color: rgb(151,79,204); }
td.TdClassName
{
border-color: #974FCC;
}
.TagClassName
{
border-color: #974FCC;
}
</style>