Shades of Lilac Bush #9370BD
Tints of Lilac Bush #9370BD
RGB
CMYK
RGB Variations
Color information
#9370BD (or 0x9370BD) is known color: Lilac Bush. HEX triplet: 93, 70 and BD. RGB value is (147,112,189). Sum of RGB (Red+Green+Blue) = 147+112+189=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #9370BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9370BD is #6C8F42. Grayscale: #828282. Windows color (decimal): -7114563 or 12415123. OLE color: 12415123.
HSL color Cylindrical-coordinate representation of color #9370BD: hue angle of 267.27º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9370BD is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 112 | 189 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.26 |
| HSL | 267.27º | 0.37% | 0.59% | - |
| HSV(B) | 267.27º | 0.41% | 0.74% | - |
| XYZ | 27.01 | 21.47 | 50.86 | - |
| YUV | 131.24 | 160.6 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 112 | 189 | 0.22 | 0.41 | 0 | 0.26 | 267.27 | 0.37 | 0.59 |
| Hex | 93 | 70 | BD | 16 | 29 | 0 | 1A | 10B | 25 | 3B |
| Octal | 223 | 160 | 275 | 26 | 51 | 0 | 32 | 413 | 45 | 73 |
| Binary | 10010011 | 1110000 | 10111101 | 10110 | 101001 | 0 | 11010 | 100001011 | 100101 | 111011 |
Color Harmonies of #9370BD
Complementary color
Monochromatic Colors of #9370BD
Black with #9370BD
Text Example
Text Example
White with #9370BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9370BD; }
p { color: rgb(147,112,189); }
H1.HeaderClassName
{
color: #9370BD;
}
.AnyTagClassName
{
color: #9370BD;
}
</style>
background-color css
<style>
a { background-color: #9370BD; }
a { background-color: rgb(147,112,189); }
div.DivClassName
{
background-color: #9370BD;
}
.BgClassName
{
background-color: #9370BD;
}
</style>
border-color css
<style>
span { border-color: #9370BD; }
span { border-color: rgb(147,112,189); }
td.TdClassName
{
border-color: #9370BD;
}
.TagClassName
{
border-color: #9370BD;
}
</style>