Shades of Deep Lilac #9358A7
Tints of Deep Lilac #9358A7
RGB
CMYK
RGB Variations
Color information
#9358A7 (or 0x9358A7) is known color: Deep Lilac. HEX triplet: 93, 58 and A7. RGB value is (147,88,167). Sum of RGB (Red+Green+Blue) = 147+88+167=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 167 (65.62% from 255 or 41.54% from 402); Max value from RGB is 167 - color contains mainly: blue. Hex color #9358A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9358A7 is #6CA758. Grayscale: #727272. Windows color (decimal): -7120729 or 10967187. OLE color: 10967187.
HSL color Cylindrical-coordinate representation of color #9358A7: hue angle of 284.81º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9358A7 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 88 | 167 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.35 |
| HSL | 284.81º | 0.31% | 0.5% | - |
| HSV(B) | 284.81º | 0.47% | 0.65% | - |
| XYZ | 22.5 | 15.97 | 38.46 | - |
| YUV | 114.65 | 157.55 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 88 | 167 | 0.12 | 0.47 | 0 | 0.35 | 284.81 | 0.31 | 0.5 |
| Hex | 93 | 58 | A7 | C | 2F | 0 | 23 | 11D | 1F | 32 |
| Octal | 223 | 130 | 247 | 14 | 57 | 0 | 43 | 435 | 37 | 62 |
| Binary | 10010011 | 1011000 | 10100111 | 1100 | 101111 | 0 | 100011 | 100011101 | 11111 | 110010 |
Color Harmonies of #9358A7
Complementary color
Monochromatic Colors of #9358A7
Black with #9358A7
Text Example
Text Example
White with #9358A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9358A7; }
p { color: rgb(147,88,167); }
H1.HeaderClassName
{
color: #9358A7;
}
.AnyTagClassName
{
color: #9358A7;
}
</style>
background-color css
<style>
a { background-color: #9358A7; }
a { background-color: rgb(147,88,167); }
div.DivClassName
{
background-color: #9358A7;
}
.BgClassName
{
background-color: #9358A7;
}
</style>
border-color css
<style>
span { border-color: #9358A7; }
span { border-color: rgb(147,88,167); }
td.TdClassName
{
border-color: #9358A7;
}
.TagClassName
{
border-color: #9358A7;
}
</style>