Shades of Lilac Bush #9277BD
Tints of Lilac Bush #9277BD
RGB
CMYK
RGB Variations
Color information
#9277BD (or 0x9277BD) is known color: Lilac Bush. HEX triplet: 92, 77 and BD. RGB value is (146,119,189). Sum of RGB (Red+Green+Blue) = 146+119+189=454 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.16% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 189 - color contains mainly: blue. Hex color #9277BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9277BD is #6D8842. Grayscale: #868686. Windows color (decimal): -7178307 or 12416914. OLE color: 12416914.
HSL color Cylindrical-coordinate representation of color #9277BD: hue angle of 263.14º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9277BD is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 119 | 189 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.26 |
| HSL | 263.14º | 0.35% | 0.6% | - |
| HSV(B) | 263.14º | 0.37% | 0.74% | - |
| XYZ | 27.64 | 22.98 | 51.12 | - |
| YUV | 135.05 | 158.45 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 119 | 189 | 0.23 | 0.37 | 0 | 0.26 | 263.14 | 0.35 | 0.6 |
| Hex | 92 | 77 | BD | 17 | 25 | 0 | 1A | 107 | 23 | 3C |
| Octal | 222 | 167 | 275 | 27 | 45 | 0 | 32 | 407 | 43 | 74 |
| Binary | 10010010 | 1110111 | 10111101 | 10111 | 100101 | 0 | 11010 | 100000111 | 100011 | 111100 |
Color Harmonies of #9277BD
Complementary color
Monochromatic Colors of #9277BD
Black with #9277BD
Text Example
Text Example
White with #9277BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9277BD; }
p { color: rgb(146,119,189); }
H1.HeaderClassName
{
color: #9277BD;
}
.AnyTagClassName
{
color: #9277BD;
}
</style>
background-color css
<style>
a { background-color: #9277BD; }
a { background-color: rgb(146,119,189); }
div.DivClassName
{
background-color: #9277BD;
}
.BgClassName
{
background-color: #9277BD;
}
</style>
border-color css
<style>
span { border-color: #9277BD; }
span { border-color: rgb(146,119,189); }
td.TdClassName
{
border-color: #9277BD;
}
.TagClassName
{
border-color: #9277BD;
}
</style>