Shades of Lilac Bush #9071BA
Tints of Lilac Bush #9071BA
RGB
CMYK
RGB Variations
Color information
#9071BA (or 0x9071BA) is known color: Lilac Bush. HEX triplet: 90, 71 and BA. RGB value is (144,113,186). Sum of RGB (Red+Green+Blue) = 144+113+186=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #9071BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9071BA is #6F8E45. Grayscale: #828282. Windows color (decimal): -7310918 or 12218768. OLE color: 12218768.
HSL color Cylindrical-coordinate representation of color #9071BA: hue angle of 265.48º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9071BA is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 113 | 186 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.27 |
| HSL | 265.48º | 0.35% | 0.59% | - |
| HSV(B) | 265.48º | 0.39% | 0.73% | - |
| XYZ | 26.27 | 21.28 | 49.18 | - |
| YUV | 130.59 | 159.27 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 113 | 186 | 0.23 | 0.39 | 0 | 0.27 | 265.48 | 0.35 | 0.59 |
| Hex | 90 | 71 | BA | 17 | 27 | 0 | 1B | 109 | 23 | 3B |
| Octal | 220 | 161 | 272 | 27 | 47 | 0 | 33 | 411 | 43 | 73 |
| Binary | 10010000 | 1110001 | 10111010 | 10111 | 100111 | 0 | 11011 | 100001001 | 100011 | 111011 |
Color Harmonies of #9071BA
Complementary color
Monochromatic Colors of #9071BA
Black with #9071BA
Text Example
Text Example
White with #9071BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9071BA; }
p { color: rgb(144,113,186); }
H1.HeaderClassName
{
color: #9071BA;
}
.AnyTagClassName
{
color: #9071BA;
}
</style>
background-color css
<style>
a { background-color: #9071BA; }
a { background-color: rgb(144,113,186); }
div.DivClassName
{
background-color: #9071BA;
}
.BgClassName
{
background-color: #9071BA;
}
</style>
border-color css
<style>
span { border-color: #9071BA; }
span { border-color: rgb(144,113,186); }
td.TdClassName
{
border-color: #9071BA;
}
.TagClassName
{
border-color: #9071BA;
}
</style>