Shades of Deep Lilac #974CC9
Tints of Deep Lilac #974CC9
RGB
CMYK
RGB Variations
Color information
#974CC9 (or 0x974CC9) is known color: Deep Lilac. HEX triplet: 97, 4C and C9. RGB value is (151,76,201). Sum of RGB (Red+Green+Blue) = 151+76+201=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 201 - color contains mainly: blue. Hex color #974CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974CC9 is #68B336. Grayscale: #707070. Windows color (decimal): -6861623 or 13192343. OLE color: 13192343.
HSL color Cylindrical-coordinate representation of color #974CC9: hue angle of 276º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #974CC9 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 76 | 201 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.21 |
| HSL | 276º | 0.54% | 0.54% | - |
| HSV(B) | 276º | 0.62% | 0.79% | - |
| XYZ | 25.89 | 15.97 | 56.98 | - |
| YUV | 112.68 | 177.85 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 76 | 201 | 0.25 | 0.62 | 0 | 0.21 | 276 | 0.54 | 0.54 |
| Hex | 97 | 4C | C9 | 19 | 3E | 0 | 15 | 114 | 36 | 36 |
| Octal | 227 | 114 | 311 | 31 | 76 | 0 | 25 | 424 | 66 | 66 |
| Binary | 10010111 | 1001100 | 11001001 | 11001 | 111110 | 0 | 10101 | 100010100 | 110110 | 110110 |
Color Harmonies of #974CC9
Complementary color
Monochromatic Colors of #974CC9
Black with #974CC9
Text Example
Text Example
White with #974CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974CC9; }
p { color: rgb(151,76,201); }
H1.HeaderClassName
{
color: #974CC9;
}
.AnyTagClassName
{
color: #974CC9;
}
</style>
background-color css
<style>
a { background-color: #974CC9; }
a { background-color: rgb(151,76,201); }
div.DivClassName
{
background-color: #974CC9;
}
.BgClassName
{
background-color: #974CC9;
}
</style>
border-color css
<style>
span { border-color: #974CC9; }
span { border-color: rgb(151,76,201); }
td.TdClassName
{
border-color: #974CC9;
}
.TagClassName
{
border-color: #974CC9;
}
</style>