Shades of Deep Lilac #974ACC
Tints of Deep Lilac #974ACC
RGB
CMYK
RGB Variations
Color information
#974ACC (or 0x974ACC) is known color: Deep Lilac. HEX triplet: 97, 4A and CC. RGB value is (151,74,204). Sum of RGB (Red+Green+Blue) = 151+74+204=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #974ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974ACC is #68B533. Grayscale: #6F6F6F. Windows color (decimal): -6862132 or 13388439. OLE color: 13388439.
HSL color Cylindrical-coordinate representation of color #974ACC: hue angle of 275.54º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #974ACC is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 74 | 204 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.2 |
| HSL | 275.54º | 0.56% | 0.55% | - |
| HSV(B) | 275.54º | 0.64% | 0.8% | - |
| XYZ | 26.11 | 15.84 | 58.81 | - |
| YUV | 111.84 | 180.01 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 74 | 204 | 0.26 | 0.64 | 0 | 0.2 | 275.54 | 0.56 | 0.55 |
| Hex | 97 | 4A | CC | 1A | 40 | 0 | 14 | 114 | 38 | 37 |
| Octal | 227 | 112 | 314 | 32 | 100 | 0 | 24 | 424 | 70 | 67 |
| Binary | 10010111 | 1001010 | 11001100 | 11010 | 1000000 | 0 | 10100 | 100010100 | 111000 | 110111 |
Color Harmonies of #974ACC
Complementary color
Monochromatic Colors of #974ACC
Black with #974ACC
Text Example
Text Example
White with #974ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974ACC; }
p { color: rgb(151,74,204); }
H1.HeaderClassName
{
color: #974ACC;
}
.AnyTagClassName
{
color: #974ACC;
}
</style>
background-color css
<style>
a { background-color: #974ACC; }
a { background-color: rgb(151,74,204); }
div.DivClassName
{
background-color: #974ACC;
}
.BgClassName
{
background-color: #974ACC;
}
</style>
border-color css
<style>
span { border-color: #974ACC; }
span { border-color: rgb(151,74,204); }
td.TdClassName
{
border-color: #974ACC;
}
.TagClassName
{
border-color: #974ACC;
}
</style>