Shades of Deep Lilac #9358BA
Tints of Deep Lilac #9358BA
RGB
CMYK
RGB Variations
Color information
#9358BA (or 0x9358BA) is known color: Deep Lilac. HEX triplet: 93, 58 and BA. RGB value is (147,88,186). Sum of RGB (Red+Green+Blue) = 147+88+186=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #9358BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9358BA is #6CA745. Grayscale: #747474. Windows color (decimal): -7120710 or 12212371. OLE color: 12212371.
HSL color Cylindrical-coordinate representation of color #9358BA: hue angle of 276.12º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9358BA is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 88 | 186 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.27 |
| HSL | 276.12º | 0.42% | 0.54% | - |
| HSV(B) | 276.12º | 0.53% | 0.73% | - |
| XYZ | 24.39 | 16.73 | 48.4 | - |
| YUV | 116.81 | 167.05 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 88 | 186 | 0.21 | 0.53 | 0 | 0.27 | 276.12 | 0.42 | 0.54 |
| Hex | 93 | 58 | BA | 15 | 35 | 0 | 1B | 114 | 2A | 36 |
| Octal | 223 | 130 | 272 | 25 | 65 | 0 | 33 | 424 | 52 | 66 |
| Binary | 10010011 | 1011000 | 10111010 | 10101 | 110101 | 0 | 11011 | 100010100 | 101010 | 110110 |
Color Harmonies of #9358BA
Complementary color
Monochromatic Colors of #9358BA
Black with #9358BA
Text Example
Text Example
White with #9358BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9358BA; }
p { color: rgb(147,88,186); }
H1.HeaderClassName
{
color: #9358BA;
}
.AnyTagClassName
{
color: #9358BA;
}
</style>
background-color css
<style>
a { background-color: #9358BA; }
a { background-color: rgb(147,88,186); }
div.DivClassName
{
background-color: #9358BA;
}
.BgClassName
{
background-color: #9358BA;
}
</style>
border-color css
<style>
span { border-color: #9358BA; }
span { border-color: rgb(147,88,186); }
td.TdClassName
{
border-color: #9358BA;
}
.TagClassName
{
border-color: #9358BA;
}
</style>