Shades of Deep Lilac #9742AB
Tints of Deep Lilac #9742AB
RGB
CMYK
RGB Variations
Color information
#9742AB (or 0x9742AB) is known color: Deep Lilac. HEX triplet: 97, 42 and AB. RGB value is (151,66,171). Sum of RGB (Red+Green+Blue) = 151+66+171=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #9742AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9742AB is #68BD54. Grayscale: #676767. Windows color (decimal): -6864213 or 11223703. OLE color: 11223703.
HSL color Cylindrical-coordinate representation of color #9742AB: hue angle of 288.57º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9742AB is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 66 | 171 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.33 |
| HSL | 288.57º | 0.44% | 0.46% | - |
| HSV(B) | 288.57º | 0.61% | 0.67% | - |
| XYZ | 22.06 | 13.42 | 39.95 | - |
| YUV | 103.39 | 166.16 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 66 | 171 | 0.12 | 0.61 | 0 | 0.33 | 288.57 | 0.44 | 0.46 |
| Hex | 97 | 42 | AB | C | 3D | 0 | 21 | 121 | 2C | 2E |
| Octal | 227 | 102 | 253 | 14 | 75 | 0 | 41 | 441 | 54 | 56 |
| Binary | 10010111 | 1000010 | 10101011 | 1100 | 111101 | 0 | 100001 | 100100001 | 101100 | 101110 |
Color Harmonies of #9742AB
Complementary color
Monochromatic Colors of #9742AB
Black with #9742AB
Text Example
Text Example
White with #9742AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9742AB; }
p { color: rgb(151,66,171); }
H1.HeaderClassName
{
color: #9742AB;
}
.AnyTagClassName
{
color: #9742AB;
}
</style>
background-color css
<style>
a { background-color: #9742AB; }
a { background-color: rgb(151,66,171); }
div.DivClassName
{
background-color: #9742AB;
}
.BgClassName
{
background-color: #9742AB;
}
</style>
border-color css
<style>
span { border-color: #9742AB; }
span { border-color: rgb(151,66,171); }
td.TdClassName
{
border-color: #9742AB;
}
.TagClassName
{
border-color: #9742AB;
}
</style>