Shades of Deep Lilac #9342AB
Tints of Deep Lilac #9342AB
RGB
CMYK
RGB Variations
Color information
#9342AB (or 0x9342AB) is known color: Deep Lilac. HEX triplet: 93, 42 and AB. RGB value is (147,66,171). Sum of RGB (Red+Green+Blue) = 147+66+171=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #9342AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9342AB is #6CBD54. Grayscale: #656565. Windows color (decimal): -7126357 or 11223699. OLE color: 11223699.
HSL color Cylindrical-coordinate representation of color #9342AB: hue angle of 286.29º 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 #9342AB is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 66 | 171 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.33 |
| HSL | 286.29º | 0.44% | 0.46% | - |
| HSV(B) | 286.29º | 0.61% | 0.67% | - |
| XYZ | 21.33 | 13.04 | 39.92 | - |
| YUV | 102.19 | 166.84 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 66 | 171 | 0.14 | 0.61 | 0 | 0.33 | 286.29 | 0.44 | 0.46 |
| Hex | 93 | 42 | AB | E | 3D | 0 | 21 | 11E | 2C | 2E |
| Octal | 223 | 102 | 253 | 16 | 75 | 0 | 41 | 436 | 54 | 56 |
| Binary | 10010011 | 1000010 | 10101011 | 1110 | 111101 | 0 | 100001 | 100011110 | 101100 | 101110 |
Color Harmonies of #9342AB
Complementary color
Monochromatic Colors of #9342AB
Black with #9342AB
Text Example
Text Example
White with #9342AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9342AB; }
p { color: rgb(147,66,171); }
H1.HeaderClassName
{
color: #9342AB;
}
.AnyTagClassName
{
color: #9342AB;
}
</style>
background-color css
<style>
a { background-color: #9342AB; }
a { background-color: rgb(147,66,171); }
div.DivClassName
{
background-color: #9342AB;
}
.BgClassName
{
background-color: #9342AB;
}
</style>
border-color css
<style>
span { border-color: #9342AB; }
span { border-color: rgb(147,66,171); }
td.TdClassName
{
border-color: #9342AB;
}
.TagClassName
{
border-color: #9342AB;
}
</style>