Shades of Deep Lilac #974DAB
Tints of Deep Lilac #974DAB
RGB
CMYK
RGB Variations
Color information
#974DAB (or 0x974DAB) is known color: Deep Lilac. HEX triplet: 97, 4D and AB. RGB value is (151,77,171). Sum of RGB (Red+Green+Blue) = 151+77+171=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #974DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974DAB is #68B254. Grayscale: #6D6D6D. Windows color (decimal): -6861397 or 11226519. OLE color: 11226519.
HSL color Cylindrical-coordinate representation of color #974DAB: hue angle of 287.23º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #974DAB is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 77 | 171 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.33 |
| HSL | 287.23º | 0.38% | 0.49% | - |
| HSV(B) | 287.23º | 0.55% | 0.67% | - |
| XYZ | 22.77 | 14.83 | 40.19 | - |
| YUV | 109.84 | 162.52 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 77 | 171 | 0.12 | 0.55 | 0 | 0.33 | 287.23 | 0.38 | 0.49 |
| Hex | 97 | 4D | AB | C | 37 | 0 | 21 | 11F | 26 | 31 |
| Octal | 227 | 115 | 253 | 14 | 67 | 0 | 41 | 437 | 46 | 61 |
| Binary | 10010111 | 1001101 | 10101011 | 1100 | 110111 | 0 | 100001 | 100011111 | 100110 | 110001 |
Color Harmonies of #974DAB
Complementary color
Monochromatic Colors of #974DAB
Black with #974DAB
Text Example
Text Example
White with #974DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974DAB; }
p { color: rgb(151,77,171); }
H1.HeaderClassName
{
color: #974DAB;
}
.AnyTagClassName
{
color: #974DAB;
}
</style>
background-color css
<style>
a { background-color: #974DAB; }
a { background-color: rgb(151,77,171); }
div.DivClassName
{
background-color: #974DAB;
}
.BgClassName
{
background-color: #974DAB;
}
</style>
border-color css
<style>
span { border-color: #974DAB; }
span { border-color: rgb(151,77,171); }
td.TdClassName
{
border-color: #974DAB;
}
.TagClassName
{
border-color: #974DAB;
}
</style>