Shades of Deep Lilac #974FBA
Tints of Deep Lilac #974FBA
RGB
CMYK
RGB Variations
Color information
#974FBA (or 0x974FBA) is known color: Deep Lilac. HEX triplet: 97, 4F and BA. RGB value is (151,79,186). Sum of RGB (Red+Green+Blue) = 151+79+186=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #974FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974FBA is #68B045. Grayscale: #707070. Windows color (decimal): -6860870 or 12210071. OLE color: 12210071.
HSL color Cylindrical-coordinate representation of color #974FBA: hue angle of 280.37º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #974FBA is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 79 | 186 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.27 |
| HSL | 280.37º | 0.44% | 0.52% | - |
| HSV(B) | 280.37º | 0.58% | 0.73% | - |
| XYZ | 24.42 | 15.72 | 48.2 | - |
| YUV | 112.73 | 169.35 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 79 | 186 | 0.19 | 0.58 | 0 | 0.27 | 280.37 | 0.44 | 0.52 |
| Hex | 97 | 4F | BA | 13 | 3A | 0 | 1B | 118 | 2C | 34 |
| Octal | 227 | 117 | 272 | 23 | 72 | 0 | 33 | 430 | 54 | 64 |
| Binary | 10010111 | 1001111 | 10111010 | 10011 | 111010 | 0 | 11011 | 100011000 | 101100 | 110100 |
Color Harmonies of #974FBA
Complementary color
Monochromatic Colors of #974FBA
Black with #974FBA
Text Example
Text Example
White with #974FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974FBA; }
p { color: rgb(151,79,186); }
H1.HeaderClassName
{
color: #974FBA;
}
.AnyTagClassName
{
color: #974FBA;
}
</style>
background-color css
<style>
a { background-color: #974FBA; }
a { background-color: rgb(151,79,186); }
div.DivClassName
{
background-color: #974FBA;
}
.BgClassName
{
background-color: #974FBA;
}
</style>
border-color css
<style>
span { border-color: #974FBA; }
span { border-color: rgb(151,79,186); }
td.TdClassName
{
border-color: #974FBA;
}
.TagClassName
{
border-color: #974FBA;
}
</style>