Shades of Deep Lilac #9343AB
Tints of Deep Lilac #9343AB
RGB
CMYK
RGB Variations
Color information
#9343AB (or 0x9343AB) is known color: Deep Lilac. HEX triplet: 93, 43 and AB. RGB value is (147,67,171). Sum of RGB (Red+Green+Blue) = 147+67+171=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 67 (26.56% from 255 or 17.40% 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 #9343AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9343AB is #6CBC54. Grayscale: #666666. Windows color (decimal): -7126101 or 11223955. OLE color: 11223955.
HSL color Cylindrical-coordinate representation of color #9343AB: hue angle of 286.15º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9343AB is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 67 | 171 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.33 |
| HSL | 286.15º | 0.44% | 0.47% | - |
| HSV(B) | 286.15º | 0.61% | 0.67% | - |
| XYZ | 21.39 | 13.16 | 39.94 | - |
| YUV | 102.78 | 166.5 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 67 | 171 | 0.14 | 0.61 | 0 | 0.33 | 286.15 | 0.44 | 0.47 |
| Hex | 93 | 43 | AB | E | 3D | 0 | 21 | 11E | 2C | 2F |
| Octal | 223 | 103 | 253 | 16 | 75 | 0 | 41 | 436 | 54 | 57 |
| Binary | 10010011 | 1000011 | 10101011 | 1110 | 111101 | 0 | 100001 | 100011110 | 101100 | 101111 |
Color Harmonies of #9343AB
Complementary color
Monochromatic Colors of #9343AB
Black with #9343AB
Text Example
Text Example
White with #9343AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9343AB; }
p { color: rgb(147,67,171); }
H1.HeaderClassName
{
color: #9343AB;
}
.AnyTagClassName
{
color: #9343AB;
}
</style>
background-color css
<style>
a { background-color: #9343AB; }
a { background-color: rgb(147,67,171); }
div.DivClassName
{
background-color: #9343AB;
}
.BgClassName
{
background-color: #9343AB;
}
</style>
border-color css
<style>
span { border-color: #9343AB; }
span { border-color: rgb(147,67,171); }
td.TdClassName
{
border-color: #9343AB;
}
.TagClassName
{
border-color: #9343AB;
}
</style>