Shades of Deep Lilac #974AC5
Tints of Deep Lilac #974AC5
RGB
CMYK
RGB Variations
Color information
#974AC5 (or 0x974AC5) is known color: Deep Lilac. HEX triplet: 97, 4A and C5. RGB value is (151,74,197). Sum of RGB (Red+Green+Blue) = 151+74+197=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 197 (77.34% from 255 or 46.68% from 422); Max value from RGB is 197 - color contains mainly: blue. Hex color #974AC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974AC5 is #68B53A. Grayscale: #6E6E6E. Windows color (decimal): -6862139 or 12929687. OLE color: 12929687.
HSL color Cylindrical-coordinate representation of color #974AC5: hue angle of 277.56º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #974AC5 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 74 | 197 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.23 |
| HSL | 277.56º | 0.51% | 0.53% | - |
| HSV(B) | 277.56º | 0.62% | 0.77% | - |
| XYZ | 25.29 | 15.51 | 54.48 | - |
| YUV | 111.05 | 176.51 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 74 | 197 | 0.23 | 0.62 | 0 | 0.23 | 277.56 | 0.51 | 0.53 |
| Hex | 97 | 4A | C5 | 17 | 3E | 0 | 17 | 116 | 33 | 35 |
| Octal | 227 | 112 | 305 | 27 | 76 | 0 | 27 | 426 | 63 | 65 |
| Binary | 10010111 | 1001010 | 11000101 | 10111 | 111110 | 0 | 10111 | 100010110 | 110011 | 110101 |
Color Harmonies of #974AC5
Complementary color
Monochromatic Colors of #974AC5
Black with #974AC5
Text Example
Text Example
White with #974AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974AC5; }
p { color: rgb(151,74,197); }
H1.HeaderClassName
{
color: #974AC5;
}
.AnyTagClassName
{
color: #974AC5;
}
</style>
background-color css
<style>
a { background-color: #974AC5; }
a { background-color: rgb(151,74,197); }
div.DivClassName
{
background-color: #974AC5;
}
.BgClassName
{
background-color: #974AC5;
}
</style>
border-color css
<style>
span { border-color: #974AC5; }
span { border-color: rgb(151,74,197); }
td.TdClassName
{
border-color: #974AC5;
}
.TagClassName
{
border-color: #974AC5;
}
</style>