Shades of Deep Lilac #974CC1
Tints of Deep Lilac #974CC1
RGB
CMYK
RGB Variations
Color information
#974CC1 (or 0x974CC1) is known color: Deep Lilac. HEX triplet: 97, 4C and C1. RGB value is (151,76,193). Sum of RGB (Red+Green+Blue) = 151+76+193=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #974CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974CC1 is #68B33E. Grayscale: #6F6F6F. Windows color (decimal): -6861631 or 12668055. OLE color: 12668055.
HSL color Cylindrical-coordinate representation of color #974CC1: hue angle of 278.46º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #974CC1 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 76 | 193 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.24 |
| HSL | 278.46º | 0.49% | 0.53% | - |
| HSV(B) | 278.46º | 0.61% | 0.76% | - |
| XYZ | 24.97 | 15.6 | 52.15 | - |
| YUV | 111.76 | 173.85 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 76 | 193 | 0.22 | 0.61 | 0 | 0.24 | 278.46 | 0.49 | 0.53 |
| Hex | 97 | 4C | C1 | 16 | 3D | 0 | 18 | 116 | 31 | 35 |
| Octal | 227 | 114 | 301 | 26 | 75 | 0 | 30 | 426 | 61 | 65 |
| Binary | 10010111 | 1001100 | 11000001 | 10110 | 111101 | 0 | 11000 | 100010110 | 110001 | 110101 |
Color Harmonies of #974CC1
Complementary color
Monochromatic Colors of #974CC1
Black with #974CC1
Text Example
Text Example
White with #974CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974CC1; }
p { color: rgb(151,76,193); }
H1.HeaderClassName
{
color: #974CC1;
}
.AnyTagClassName
{
color: #974CC1;
}
</style>
background-color css
<style>
a { background-color: #974CC1; }
a { background-color: rgb(151,76,193); }
div.DivClassName
{
background-color: #974CC1;
}
.BgClassName
{
background-color: #974CC1;
}
</style>
border-color css
<style>
span { border-color: #974CC1; }
span { border-color: rgb(151,76,193); }
td.TdClassName
{
border-color: #974CC1;
}
.TagClassName
{
border-color: #974CC1;
}
</style>