Shades of Deep Lilac #973DAC
Tints of Deep Lilac #973DAC
RGB
CMYK
RGB Variations
Color information
#973DAC (or 0x973DAC) is known color: Deep Lilac. HEX triplet: 97, 3D and AC. RGB value is (151,61,172). Sum of RGB (Red+Green+Blue) = 151+61+172=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #973DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973DAC is #68C253. Grayscale: #646464. Windows color (decimal): -6865492 or 11287959. OLE color: 11287959.
HSL color Cylindrical-coordinate representation of color #973DAC: hue angle of 288.65º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #973DAC is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 61 | 172 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.33 |
| HSL | 288.65º | 0.48% | 0.46% | - |
| HSV(B) | 288.65º | 0.65% | 0.67% | - |
| XYZ | 21.88 | 12.9 | 40.37 | - |
| YUV | 100.56 | 168.32 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 61 | 172 | 0.12 | 0.65 | 0 | 0.33 | 288.65 | 0.48 | 0.46 |
| Hex | 97 | 3D | AC | C | 41 | 0 | 21 | 121 | 30 | 2E |
| Octal | 227 | 75 | 254 | 14 | 101 | 0 | 41 | 441 | 60 | 56 |
| Binary | 10010111 | 111101 | 10101100 | 1100 | 1000001 | 0 | 100001 | 100100001 | 110000 | 101110 |
Color Harmonies of #973DAC
Complementary color
Monochromatic Colors of #973DAC
Black with #973DAC
Text Example
Text Example
White with #973DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973DAC; }
p { color: rgb(151,61,172); }
H1.HeaderClassName
{
color: #973DAC;
}
.AnyTagClassName
{
color: #973DAC;
}
</style>
background-color css
<style>
a { background-color: #973DAC; }
a { background-color: rgb(151,61,172); }
div.DivClassName
{
background-color: #973DAC;
}
.BgClassName
{
background-color: #973DAC;
}
</style>
border-color css
<style>
span { border-color: #973DAC; }
span { border-color: rgb(151,61,172); }
td.TdClassName
{
border-color: #973DAC;
}
.TagClassName
{
border-color: #973DAC;
}
</style>