Shades of Deep Lilac #974ABC
Tints of Deep Lilac #974ABC
RGB
CMYK
RGB Variations
Color information
#974ABC (or 0x974ABC) is known color: Deep Lilac. HEX triplet: 97, 4A and BC. RGB value is (151,74,188). Sum of RGB (Red+Green+Blue) = 151+74+188=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #974ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974ABC is #68B543. Grayscale: #6D6D6D. Windows color (decimal): -6862148 or 12339863. OLE color: 12339863.
HSL color Cylindrical-coordinate representation of color #974ABC: hue angle of 280.53º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #974ABC is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 74 | 188 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.26 |
| HSL | 280.53º | 0.46% | 0.51% | - |
| HSV(B) | 280.53º | 0.61% | 0.74% | - |
| XYZ | 24.29 | 15.11 | 49.21 | - |
| YUV | 110.02 | 172.01 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 74 | 188 | 0.20 | 0.61 | 0 | 0.26 | 280.53 | 0.46 | 0.51 |
| Hex | 97 | 4A | BC | 14 | 3D | 0 | 1A | 119 | 2E | 33 |
| Octal | 227 | 112 | 274 | 24 | 75 | 0 | 32 | 431 | 56 | 63 |
| Binary | 10010111 | 1001010 | 10111100 | 10100 | 111101 | 0 | 11010 | 100011001 | 101110 | 110011 |
Color Harmonies of #974ABC
Complementary color
Monochromatic Colors of #974ABC
Black with #974ABC
Text Example
Text Example
White with #974ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974ABC; }
p { color: rgb(151,74,188); }
H1.HeaderClassName
{
color: #974ABC;
}
.AnyTagClassName
{
color: #974ABC;
}
</style>
background-color css
<style>
a { background-color: #974ABC; }
a { background-color: rgb(151,74,188); }
div.DivClassName
{
background-color: #974ABC;
}
.BgClassName
{
background-color: #974ABC;
}
</style>
border-color css
<style>
span { border-color: #974ABC; }
span { border-color: rgb(151,74,188); }
td.TdClassName
{
border-color: #974ABC;
}
.TagClassName
{
border-color: #974ABC;
}
</style>