Shades of Deep Lilac #9358AB
Tints of Deep Lilac #9358AB
RGB
CMYK
RGB Variations
Color information
#9358AB (or 0x9358AB) is known color: Deep Lilac. HEX triplet: 93, 58 and AB. RGB value is (147,88,171). Sum of RGB (Red+Green+Blue) = 147+88+171=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #9358AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9358AB is #6CA754. Grayscale: #727272. Windows color (decimal): -7120725 or 11229331. OLE color: 11229331.
HSL color Cylindrical-coordinate representation of color #9358AB: hue angle of 282.65º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9358AB is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 88 | 171 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.33 |
| HSL | 282.65º | 0.33% | 0.51% | - |
| HSV(B) | 282.65º | 0.49% | 0.67% | - |
| XYZ | 22.87 | 16.12 | 40.43 | - |
| YUV | 115.1 | 159.55 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 88 | 171 | 0.14 | 0.49 | 0 | 0.33 | 282.65 | 0.33 | 0.51 |
| Hex | 93 | 58 | AB | E | 31 | 0 | 21 | 11B | 21 | 33 |
| Octal | 223 | 130 | 253 | 16 | 61 | 0 | 41 | 433 | 41 | 63 |
| Binary | 10010011 | 1011000 | 10101011 | 1110 | 110001 | 0 | 100001 | 100011011 | 100001 | 110011 |
Color Harmonies of #9358AB
Complementary color
Monochromatic Colors of #9358AB
Black with #9358AB
Text Example
Text Example
White with #9358AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9358AB; }
p { color: rgb(147,88,171); }
H1.HeaderClassName
{
color: #9358AB;
}
.AnyTagClassName
{
color: #9358AB;
}
</style>
background-color css
<style>
a { background-color: #9358AB; }
a { background-color: rgb(147,88,171); }
div.DivClassName
{
background-color: #9358AB;
}
.BgClassName
{
background-color: #9358AB;
}
</style>
border-color css
<style>
span { border-color: #9358AB; }
span { border-color: rgb(147,88,171); }
td.TdClassName
{
border-color: #9358AB;
}
.TagClassName
{
border-color: #9358AB;
}
</style>