Shades of Deep Lilac #974FAB
Tints of Deep Lilac #974FAB
RGB
CMYK
RGB Variations
Color information
#974FAB (or 0x974FAB) is known color: Deep Lilac. HEX triplet: 97, 4F and AB. RGB value is (151,79,171). Sum of RGB (Red+Green+Blue) = 151+79+171=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #974FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974FAB is #68B054. Grayscale: #6E6E6E. Windows color (decimal): -6860885 or 11227031. OLE color: 11227031.
HSL color Cylindrical-coordinate representation of color #974FAB: hue angle of 286.96º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #974FAB is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 79 | 171 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.33 |
| HSL | 286.96º | 0.37% | 0.49% | - |
| HSV(B) | 286.96º | 0.54% | 0.67% | - |
| XYZ | 22.91 | 15.11 | 40.24 | - |
| YUV | 111.02 | 161.85 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 79 | 171 | 0.12 | 0.54 | 0 | 0.33 | 286.96 | 0.37 | 0.49 |
| Hex | 97 | 4F | AB | C | 36 | 0 | 21 | 11F | 25 | 31 |
| Octal | 227 | 117 | 253 | 14 | 66 | 0 | 41 | 437 | 45 | 61 |
| Binary | 10010111 | 1001111 | 10101011 | 1100 | 110110 | 0 | 100001 | 100011111 | 100101 | 110001 |
Color Harmonies of #974FAB
Complementary color
Monochromatic Colors of #974FAB
Black with #974FAB
Text Example
Text Example
White with #974FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974FAB; }
p { color: rgb(151,79,171); }
H1.HeaderClassName
{
color: #974FAB;
}
.AnyTagClassName
{
color: #974FAB;
}
</style>
background-color css
<style>
a { background-color: #974FAB; }
a { background-color: rgb(151,79,171); }
div.DivClassName
{
background-color: #974FAB;
}
.BgClassName
{
background-color: #974FAB;
}
</style>
border-color css
<style>
span { border-color: #974FAB; }
span { border-color: rgb(151,79,171); }
td.TdClassName
{
border-color: #974FAB;
}
.TagClassName
{
border-color: #974FAB;
}
</style>