Shades of Deep Lilac #9358B1
Tints of Deep Lilac #9358B1
RGB
CMYK
RGB Variations
Color information
#9358B1 (or 0x9358B1) is known color: Deep Lilac. HEX triplet: 93, 58 and B1. RGB value is (147,88,177). Sum of RGB (Red+Green+Blue) = 147+88+177=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 177 (69.53% from 255 or 42.96% from 412); Max value from RGB is 177 - color contains mainly: blue. Hex color #9358B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9358B1 is #6CA74E. Grayscale: #737373. Windows color (decimal): -7120719 or 11622547. OLE color: 11622547.
HSL color Cylindrical-coordinate representation of color #9358B1: hue angle of 279.78º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9358B1 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 88 | 177 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.31 |
| HSL | 279.78º | 0.36% | 0.52% | - |
| HSV(B) | 279.78º | 0.5% | 0.69% | - |
| XYZ | 23.46 | 16.36 | 43.52 | - |
| YUV | 115.79 | 162.55 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 88 | 177 | 0.17 | 0.50 | 0 | 0.31 | 279.78 | 0.36 | 0.52 |
| Hex | 93 | 58 | B1 | 11 | 32 | 0 | 1F | 118 | 24 | 34 |
| Octal | 223 | 130 | 261 | 21 | 62 | 0 | 37 | 430 | 44 | 64 |
| Binary | 10010011 | 1011000 | 10110001 | 10001 | 110010 | 0 | 11111 | 100011000 | 100100 | 110100 |
Color Harmonies of #9358B1
Complementary color
Monochromatic Colors of #9358B1
Black with #9358B1
Text Example
Text Example
White with #9358B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9358B1; }
p { color: rgb(147,88,177); }
H1.HeaderClassName
{
color: #9358B1;
}
.AnyTagClassName
{
color: #9358B1;
}
</style>
background-color css
<style>
a { background-color: #9358B1; }
a { background-color: rgb(147,88,177); }
div.DivClassName
{
background-color: #9358B1;
}
.BgClassName
{
background-color: #9358B1;
}
</style>
border-color css
<style>
span { border-color: #9358B1; }
span { border-color: rgb(147,88,177); }
td.TdClassName
{
border-color: #9358B1;
}
.TagClassName
{
border-color: #9358B1;
}
</style>