Shades of Deep Lilac #974FBC
Tints of Deep Lilac #974FBC
RGB
CMYK
RGB Variations
Color information
#974FBC (or 0x974FBC) is known color: Deep Lilac. HEX triplet: 97, 4F and BC. RGB value is (151,79,188). Sum of RGB (Red+Green+Blue) = 151+79+188=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #974FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974FBC is #68B043. Grayscale: #707070. Windows color (decimal): -6860868 or 12341143. OLE color: 12341143.
HSL color Cylindrical-coordinate representation of color #974FBC: hue angle of 279.63º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #974FBC is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 79 | 188 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.26 |
| HSL | 279.63º | 0.45% | 0.52% | - |
| HSV(B) | 279.63º | 0.58% | 0.74% | - |
| XYZ | 24.64 | 15.8 | 49.33 | - |
| YUV | 112.95 | 170.35 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 79 | 188 | 0.20 | 0.58 | 0 | 0.26 | 279.63 | 0.45 | 0.52 |
| Hex | 97 | 4F | BC | 14 | 3A | 0 | 1A | 118 | 2D | 34 |
| Octal | 227 | 117 | 274 | 24 | 72 | 0 | 32 | 430 | 55 | 64 |
| Binary | 10010111 | 1001111 | 10111100 | 10100 | 111010 | 0 | 11010 | 100011000 | 101101 | 110100 |
Color Harmonies of #974FBC
Complementary color
Monochromatic Colors of #974FBC
Black with #974FBC
Text Example
Text Example
White with #974FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974FBC; }
p { color: rgb(151,79,188); }
H1.HeaderClassName
{
color: #974FBC;
}
.AnyTagClassName
{
color: #974FBC;
}
</style>
background-color css
<style>
a { background-color: #974FBC; }
a { background-color: rgb(151,79,188); }
div.DivClassName
{
background-color: #974FBC;
}
.BgClassName
{
background-color: #974FBC;
}
</style>
border-color css
<style>
span { border-color: #974FBC; }
span { border-color: rgb(151,79,188); }
td.TdClassName
{
border-color: #974FBC;
}
.TagClassName
{
border-color: #974FBC;
}
</style>