Shades of Deep Lilac #974AAB
Tints of Deep Lilac #974AAB
RGB
CMYK
RGB Variations
Color information
#974AAB (or 0x974AAB) is known color: Deep Lilac. HEX triplet: 97, 4A and AB. RGB value is (151,74,171). Sum of RGB (Red+Green+Blue) = 151+74+171=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #974AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974AAB is #68B554. Grayscale: #6B6B6B. Windows color (decimal): -6862165 or 11225751. OLE color: 11225751.
HSL color Cylindrical-coordinate representation of color #974AAB: hue angle of 287.63º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #974AAB is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 74 | 171 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.33 |
| HSL | 287.63º | 0.4% | 0.48% | - |
| HSV(B) | 287.63º | 0.57% | 0.67% | - |
| XYZ | 22.56 | 14.42 | 40.12 | - |
| YUV | 108.08 | 163.51 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 74 | 171 | 0.12 | 0.57 | 0 | 0.33 | 287.63 | 0.4 | 0.48 |
| Hex | 97 | 4A | AB | C | 39 | 0 | 21 | 120 | 28 | 30 |
| Octal | 227 | 112 | 253 | 14 | 71 | 0 | 41 | 440 | 50 | 60 |
| Binary | 10010111 | 1001010 | 10101011 | 1100 | 111001 | 0 | 100001 | 100100000 | 101000 | 110000 |
Color Harmonies of #974AAB
Complementary color
Monochromatic Colors of #974AAB
Black with #974AAB
Text Example
Text Example
White with #974AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974AAB; }
p { color: rgb(151,74,171); }
H1.HeaderClassName
{
color: #974AAB;
}
.AnyTagClassName
{
color: #974AAB;
}
</style>
background-color css
<style>
a { background-color: #974AAB; }
a { background-color: rgb(151,74,171); }
div.DivClassName
{
background-color: #974AAB;
}
.BgClassName
{
background-color: #974AAB;
}
</style>
border-color css
<style>
span { border-color: #974AAB; }
span { border-color: rgb(151,74,171); }
td.TdClassName
{
border-color: #974AAB;
}
.TagClassName
{
border-color: #974AAB;
}
</style>