Shades of Deep Lilac #974DBA
Tints of Deep Lilac #974DBA
RGB
CMYK
RGB Variations
Color information
#974DBA (or 0x974DBA) is known color: Deep Lilac. HEX triplet: 97, 4D and BA. RGB value is (151,77,186). Sum of RGB (Red+Green+Blue) = 151+77+186=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #974DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974DBA is #68B245. Grayscale: #6F6F6F. Windows color (decimal): -6861382 or 12209559. OLE color: 12209559.
HSL color Cylindrical-coordinate representation of color #974DBA: hue angle of 280.73º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #974DBA is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 77 | 186 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.27 |
| HSL | 280.73º | 0.44% | 0.52% | - |
| HSV(B) | 280.73º | 0.59% | 0.73% | - |
| XYZ | 24.28 | 15.43 | 48.15 | - |
| YUV | 111.55 | 170.02 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 77 | 186 | 0.19 | 0.59 | 0 | 0.27 | 280.73 | 0.44 | 0.52 |
| Hex | 97 | 4D | BA | 13 | 3B | 0 | 1B | 119 | 2C | 34 |
| Octal | 227 | 115 | 272 | 23 | 73 | 0 | 33 | 431 | 54 | 64 |
| Binary | 10010111 | 1001101 | 10111010 | 10011 | 111011 | 0 | 11011 | 100011001 | 101100 | 110100 |
Color Harmonies of #974DBA
Complementary color
Monochromatic Colors of #974DBA
Black with #974DBA
Text Example
Text Example
White with #974DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974DBA; }
p { color: rgb(151,77,186); }
H1.HeaderClassName
{
color: #974DBA;
}
.AnyTagClassName
{
color: #974DBA;
}
</style>
background-color css
<style>
a { background-color: #974DBA; }
a { background-color: rgb(151,77,186); }
div.DivClassName
{
background-color: #974DBA;
}
.BgClassName
{
background-color: #974DBA;
}
</style>
border-color css
<style>
span { border-color: #974DBA; }
span { border-color: rgb(151,77,186); }
td.TdClassName
{
border-color: #974DBA;
}
.TagClassName
{
border-color: #974DBA;
}
</style>