Shades of Lilac Bush #9371BD
Tints of Lilac Bush #9371BD
RGB
CMYK
RGB Variations
Color information
#9371BD (or 0x9371BD) is known color: Lilac Bush. HEX triplet: 93, 71 and BD. RGB value is (147,113,189). Sum of RGB (Red+Green+Blue) = 147+113+189=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 189 (74.22% from 255 or 42.09% from 449); Max value from RGB is 189 - color contains mainly: blue. Hex color #9371BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9371BD is #6C8E42. Grayscale: #838383. Windows color (decimal): -7114307 or 12415379. OLE color: 12415379.
HSL color Cylindrical-coordinate representation of color #9371BD: hue angle of 266.84º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9371BD is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 113 | 189 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.26 |
| HSL | 266.84º | 0.37% | 0.59% | - |
| HSV(B) | 266.84º | 0.4% | 0.74% | - |
| XYZ | 27.12 | 21.69 | 50.9 | - |
| YUV | 131.83 | 160.26 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 113 | 189 | 0.22 | 0.40 | 0 | 0.26 | 266.84 | 0.37 | 0.59 |
| Hex | 93 | 71 | BD | 16 | 28 | 0 | 1A | 10B | 25 | 3B |
| Octal | 223 | 161 | 275 | 26 | 50 | 0 | 32 | 413 | 45 | 73 |
| Binary | 10010011 | 1110001 | 10111101 | 10110 | 101000 | 0 | 11010 | 100001011 | 100101 | 111011 |
Color Harmonies of #9371BD
Complementary color
Monochromatic Colors of #9371BD
Black with #9371BD
Text Example
Text Example
White with #9371BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9371BD; }
p { color: rgb(147,113,189); }
H1.HeaderClassName
{
color: #9371BD;
}
.AnyTagClassName
{
color: #9371BD;
}
</style>
background-color css
<style>
a { background-color: #9371BD; }
a { background-color: rgb(147,113,189); }
div.DivClassName
{
background-color: #9371BD;
}
.BgClassName
{
background-color: #9371BD;
}
</style>
border-color css
<style>
span { border-color: #9371BD; }
span { border-color: rgb(147,113,189); }
td.TdClassName
{
border-color: #9371BD;
}
.TagClassName
{
border-color: #9371BD;
}
</style>