Shades of Deep Lilac #974DCF
Tints of Deep Lilac #974DCF
RGB
CMYK
RGB Variations
Color information
#974DCF (or 0x974DCF) is known color: Deep Lilac. HEX triplet: 97, 4D and CF. RGB value is (151,77,207). Sum of RGB (Red+Green+Blue) = 151+77+207=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #974DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974DCF is #68B230. Grayscale: #717171. Windows color (decimal): -6861361 or 13585815. OLE color: 13585815.
HSL color Cylindrical-coordinate representation of color #974DCF: hue angle of 274.15º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #974DCF is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 77 | 207 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.19 |
| HSL | 274.15º | 0.58% | 0.56% | - |
| HSV(B) | 274.15º | 0.63% | 0.81% | - |
| XYZ | 26.68 | 16.39 | 60.79 | - |
| YUV | 113.95 | 180.52 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 77 | 207 | 0.27 | 0.63 | 0 | 0.19 | 274.15 | 0.58 | 0.56 |
| Hex | 97 | 4D | CF | 1B | 3F | 0 | 13 | 112 | 3A | 38 |
| Octal | 227 | 115 | 317 | 33 | 77 | 0 | 23 | 422 | 72 | 70 |
| Binary | 10010111 | 1001101 | 11001111 | 11011 | 111111 | 0 | 10011 | 100010010 | 111010 | 111000 |
Color Harmonies of #974DCF
Complementary color
Monochromatic Colors of #974DCF
Black with #974DCF
Text Example
Text Example
White with #974DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974DCF; }
p { color: rgb(151,77,207); }
H1.HeaderClassName
{
color: #974DCF;
}
.AnyTagClassName
{
color: #974DCF;
}
</style>
background-color css
<style>
a { background-color: #974DCF; }
a { background-color: rgb(151,77,207); }
div.DivClassName
{
background-color: #974DCF;
}
.BgClassName
{
background-color: #974DCF;
}
</style>
border-color css
<style>
span { border-color: #974DCF; }
span { border-color: rgb(151,77,207); }
td.TdClassName
{
border-color: #974DCF;
}
.TagClassName
{
border-color: #974DCF;
}
</style>