Shades of Deep Lilac #973FAB
Tints of Deep Lilac #973FAB
RGB
CMYK
RGB Variations
Color information
#973FAB (or 0x973FAB) is known color: Deep Lilac. HEX triplet: 97, 3F and AB. RGB value is (151,63,171). Sum of RGB (Red+Green+Blue) = 151+63+171=385 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.22% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #973FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973FAB is #68C054. Grayscale: #656565. Windows color (decimal): -6864981 or 11222935. OLE color: 11222935.
HSL color Cylindrical-coordinate representation of color #973FAB: hue angle of 288.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #973FAB is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 63 | 171 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.33 |
| HSL | 288.89º | 0.46% | 0.46% | - |
| HSV(B) | 288.89º | 0.63% | 0.67% | - |
| XYZ | 21.89 | 13.07 | 39.9 | - |
| YUV | 101.62 | 167.15 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 63 | 171 | 0.12 | 0.63 | 0 | 0.33 | 288.89 | 0.46 | 0.46 |
| Hex | 97 | 3F | AB | C | 3F | 0 | 21 | 121 | 2E | 2E |
| Octal | 227 | 77 | 253 | 14 | 77 | 0 | 41 | 441 | 56 | 56 |
| Binary | 10010111 | 111111 | 10101011 | 1100 | 111111 | 0 | 100001 | 100100001 | 101110 | 101110 |
Color Harmonies of #973FAB
Complementary color
Monochromatic Colors of #973FAB
Black with #973FAB
Text Example
Text Example
White with #973FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973FAB; }
p { color: rgb(151,63,171); }
H1.HeaderClassName
{
color: #973FAB;
}
.AnyTagClassName
{
color: #973FAB;
}
</style>
background-color css
<style>
a { background-color: #973FAB; }
a { background-color: rgb(151,63,171); }
div.DivClassName
{
background-color: #973FAB;
}
.BgClassName
{
background-color: #973FAB;
}
</style>
border-color css
<style>
span { border-color: #973FAB; }
span { border-color: rgb(151,63,171); }
td.TdClassName
{
border-color: #973FAB;
}
.TagClassName
{
border-color: #973FAB;
}
</style>