Shades of Deep Lilac #974ACE
Tints of Deep Lilac #974ACE
RGB
CMYK
RGB Variations
Color information
#974ACE (or 0x974ACE) is known color: Deep Lilac. HEX triplet: 97, 4A and CE. RGB value is (151,74,206). Sum of RGB (Red+Green+Blue) = 151+74+206=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #974ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974ACE is #68B531. Grayscale: #6F6F6F. Windows color (decimal): -6862130 or 13519511. OLE color: 13519511.
HSL color Cylindrical-coordinate representation of color #974ACE: hue angle of 275º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #974ACE is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 74 | 206 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.19 |
| HSL | 275º | 0.57% | 0.55% | - |
| HSV(B) | 275º | 0.64% | 0.81% | - |
| XYZ | 26.35 | 15.93 | 60.08 | - |
| YUV | 112.07 | 181.01 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 74 | 206 | 0.27 | 0.64 | 0 | 0.19 | 275 | 0.57 | 0.55 |
| Hex | 97 | 4A | CE | 1B | 40 | 0 | 13 | 113 | 39 | 37 |
| Octal | 227 | 112 | 316 | 33 | 100 | 0 | 23 | 423 | 71 | 67 |
| Binary | 10010111 | 1001010 | 11001110 | 11011 | 1000000 | 0 | 10011 | 100010011 | 111001 | 110111 |
Color Harmonies of #974ACE
Complementary color
Monochromatic Colors of #974ACE
Black with #974ACE
Text Example
Text Example
White with #974ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974ACE; }
p { color: rgb(151,74,206); }
H1.HeaderClassName
{
color: #974ACE;
}
.AnyTagClassName
{
color: #974ACE;
}
</style>
background-color css
<style>
a { background-color: #974ACE; }
a { background-color: rgb(151,74,206); }
div.DivClassName
{
background-color: #974ACE;
}
.BgClassName
{
background-color: #974ACE;
}
</style>
border-color css
<style>
span { border-color: #974ACE; }
span { border-color: rgb(151,74,206); }
td.TdClassName
{
border-color: #974ACE;
}
.TagClassName
{
border-color: #974ACE;
}
</style>