Shades of Deep Lilac #9358BF
Tints of Deep Lilac #9358BF
RGB
CMYK
RGB Variations
Color information
#9358BF (or 0x9358BF) is known color: Deep Lilac. HEX triplet: 93, 58 and BF. RGB value is (147,88,191). Sum of RGB (Red+Green+Blue) = 147+88+191=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #9358BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9358BF is #6CA740. Grayscale: #757575. Windows color (decimal): -7120705 or 12540051. OLE color: 12540051.
HSL color Cylindrical-coordinate representation of color #9358BF: hue angle of 274.37º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9358BF is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 88 | 191 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.25 |
| HSL | 274.37º | 0.45% | 0.55% | - |
| HSV(B) | 274.37º | 0.54% | 0.75% | - |
| XYZ | 24.93 | 16.94 | 51.25 | - |
| YUV | 117.38 | 169.55 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 88 | 191 | 0.23 | 0.54 | 0 | 0.25 | 274.37 | 0.45 | 0.55 |
| Hex | 93 | 58 | BF | 17 | 36 | 0 | 19 | 112 | 2D | 37 |
| Octal | 223 | 130 | 277 | 27 | 66 | 0 | 31 | 422 | 55 | 67 |
| Binary | 10010011 | 1011000 | 10111111 | 10111 | 110110 | 0 | 11001 | 100010010 | 101101 | 110111 |
Color Harmonies of #9358BF
Complementary color
Monochromatic Colors of #9358BF
Black with #9358BF
Text Example
Text Example
White with #9358BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9358BF; }
p { color: rgb(147,88,191); }
H1.HeaderClassName
{
color: #9358BF;
}
.AnyTagClassName
{
color: #9358BF;
}
</style>
background-color css
<style>
a { background-color: #9358BF; }
a { background-color: rgb(147,88,191); }
div.DivClassName
{
background-color: #9358BF;
}
.BgClassName
{
background-color: #9358BF;
}
</style>
border-color css
<style>
span { border-color: #9358BF; }
span { border-color: rgb(147,88,191); }
td.TdClassName
{
border-color: #9358BF;
}
.TagClassName
{
border-color: #9358BF;
}
</style>