Shades of Deep Lilac #974BA8
Tints of Deep Lilac #974BA8
RGB
CMYK
RGB Variations
Color information
#974BA8 (or 0x974BA8) is known color: Deep Lilac. HEX triplet: 97, 4B and A8. RGB value is (151,75,168). Sum of RGB (Red+Green+Blue) = 151+75+168=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 168 - color contains mainly: blue. Hex color #974BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974BA8 is #68B457. Grayscale: #6C6C6C. Windows color (decimal): -6861912 or 11029399. OLE color: 11029399.
HSL color Cylindrical-coordinate representation of color #974BA8: hue angle of 289.03º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #974BA8 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 151 | 75 | 168 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.34 |
| HSL | 289.03º | 0.38% | 0.48% | - |
| HSV(B) | 289.03º | 0.55% | 0.66% | - |
| XYZ | 22.35 | 14.44 | 38.65 | - |
| YUV | 108.33 | 161.68 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 75 | 168 | 0.10 | 0.55 | 0 | 0.34 | 289.03 | 0.38 | 0.48 |
| Hex | 97 | 4B | A8 | A | 37 | 0 | 22 | 121 | 26 | 30 |
| Octal | 227 | 113 | 250 | 12 | 67 | 0 | 42 | 441 | 46 | 60 |
| Binary | 10010111 | 1001011 | 10101000 | 1010 | 110111 | 0 | 100010 | 100100001 | 100110 | 110000 |
Color Harmonies of #974BA8
Complementary color
Monochromatic Colors of #974BA8
Black with #974BA8
Text Example
Text Example
White with #974BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974BA8; }
p { color: rgb(151,75,168); }
H1.HeaderClassName
{
color: #974BA8;
}
.AnyTagClassName
{
color: #974BA8;
}
</style>
background-color css
<style>
a { background-color: #974BA8; }
a { background-color: rgb(151,75,168); }
div.DivClassName
{
background-color: #974BA8;
}
.BgClassName
{
background-color: #974BA8;
}
</style>
border-color css
<style>
span { border-color: #974BA8; }
span { border-color: rgb(151,75,168); }
td.TdClassName
{
border-color: #974BA8;
}
.TagClassName
{
border-color: #974BA8;
}
</style>