Shades of Deep Lilac #9348AA
Tints of Deep Lilac #9348AA
RGB
CMYK
RGB Variations
Color information
#9348AA (or 0x9348AA) is known color: Deep Lilac. HEX triplet: 93, 48 and AA. RGB value is (147,72,170). Sum of RGB (Red+Green+Blue) = 147+72+170=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #9348AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9348AA is #6CB755. Grayscale: #696969. Windows color (decimal): -7124822 or 11159699. OLE color: 11159699.
HSL color Cylindrical-coordinate representation of color #9348AA: hue angle of 285.92º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9348AA is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 72 | 170 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.33 |
| HSL | 285.92º | 0.4% | 0.47% | - |
| HSV(B) | 285.92º | 0.58% | 0.67% | - |
| XYZ | 21.61 | 13.74 | 39.54 | - |
| YUV | 105.6 | 164.35 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 72 | 170 | 0.14 | 0.58 | 0 | 0.33 | 285.92 | 0.4 | 0.47 |
| Hex | 93 | 48 | AA | E | 3A | 0 | 21 | 11E | 28 | 2F |
| Octal | 223 | 110 | 252 | 16 | 72 | 0 | 41 | 436 | 50 | 57 |
| Binary | 10010011 | 1001000 | 10101010 | 1110 | 111010 | 0 | 100001 | 100011110 | 101000 | 101111 |
Color Harmonies of #9348AA
Complementary color
Monochromatic Colors of #9348AA
Black with #9348AA
Text Example
Text Example
White with #9348AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9348AA; }
p { color: rgb(147,72,170); }
H1.HeaderClassName
{
color: #9348AA;
}
.AnyTagClassName
{
color: #9348AA;
}
</style>
background-color css
<style>
a { background-color: #9348AA; }
a { background-color: rgb(147,72,170); }
div.DivClassName
{
background-color: #9348AA;
}
.BgClassName
{
background-color: #9348AA;
}
</style>
border-color css
<style>
span { border-color: #9348AA; }
span { border-color: rgb(147,72,170); }
td.TdClassName
{
border-color: #9348AA;
}
.TagClassName
{
border-color: #9348AA;
}
</style>