Shades of Deep Lilac #974AAA
Tints of Deep Lilac #974AAA
RGB
CMYK
RGB Variations
Color information
#974AAA (or 0x974AAA) is known color: Deep Lilac. HEX triplet: 97, 4A and AA. RGB value is (151,74,170). Sum of RGB (Red+Green+Blue) = 151+74+170=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #974AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974AAA is #68B555. Grayscale: #6B6B6B. Windows color (decimal): -6862166 or 11160215. OLE color: 11160215.
HSL color Cylindrical-coordinate representation of color #974AAA: hue angle of 288.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #974AAA is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 74 | 170 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.33 |
| HSL | 288.13º | 0.39% | 0.48% | - |
| HSV(B) | 288.13º | 0.56% | 0.67% | - |
| XYZ | 22.47 | 14.38 | 39.62 | - |
| YUV | 107.97 | 163.01 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 74 | 170 | 0.11 | 0.56 | 0 | 0.33 | 288.13 | 0.39 | 0.48 |
| Hex | 97 | 4A | AA | B | 38 | 0 | 21 | 120 | 27 | 30 |
| Octal | 227 | 112 | 252 | 13 | 70 | 0 | 41 | 440 | 47 | 60 |
| Binary | 10010111 | 1001010 | 10101010 | 1011 | 111000 | 0 | 100001 | 100100000 | 100111 | 110000 |
Color Harmonies of #974AAA
Complementary color
Monochromatic Colors of #974AAA
Black with #974AAA
Text Example
Text Example
White with #974AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974AAA; }
p { color: rgb(151,74,170); }
H1.HeaderClassName
{
color: #974AAA;
}
.AnyTagClassName
{
color: #974AAA;
}
</style>
background-color css
<style>
a { background-color: #974AAA; }
a { background-color: rgb(151,74,170); }
div.DivClassName
{
background-color: #974AAA;
}
.BgClassName
{
background-color: #974AAA;
}
</style>
border-color css
<style>
span { border-color: #974AAA; }
span { border-color: rgb(151,74,170); }
td.TdClassName
{
border-color: #974AAA;
}
.TagClassName
{
border-color: #974AAA;
}
</style>