Shades of Lilac Bush #9272BB
Tints of Lilac Bush #9272BB
RGB
CMYK
RGB Variations
Color information
#9272BB (or 0x9272BB) is known color: Lilac Bush. HEX triplet: 92, 72 and BB. RGB value is (146,114,187). Sum of RGB (Red+Green+Blue) = 146+114+187=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #9272BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9272BB is #6D8D44. Grayscale: #838383. Windows color (decimal): -7179589 or 12284562. OLE color: 12284562.
HSL color Cylindrical-coordinate representation of color #9272BB: hue angle of 266.3º 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 #9272BB is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 114 | 187 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.27 |
| HSL | 266.3º | 0.35% | 0.59% | - |
| HSV(B) | 266.3º | 0.39% | 0.73% | - |
| XYZ | 26.84 | 21.73 | 49.79 | - |
| YUV | 131.89 | 159.1 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 114 | 187 | 0.22 | 0.39 | 0 | 0.27 | 266.3 | 0.35 | 0.59 |
| Hex | 92 | 72 | BB | 16 | 27 | 0 | 1B | 10A | 23 | 3B |
| Octal | 222 | 162 | 273 | 26 | 47 | 0 | 33 | 412 | 43 | 73 |
| Binary | 10010010 | 1110010 | 10111011 | 10110 | 100111 | 0 | 11011 | 100001010 | 100011 | 111011 |
Color Harmonies of #9272BB
Complementary color
Monochromatic Colors of #9272BB
Black with #9272BB
Text Example
Text Example
White with #9272BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9272BB; }
p { color: rgb(146,114,187); }
H1.HeaderClassName
{
color: #9272BB;
}
.AnyTagClassName
{
color: #9272BB;
}
</style>
background-color css
<style>
a { background-color: #9272BB; }
a { background-color: rgb(146,114,187); }
div.DivClassName
{
background-color: #9272BB;
}
.BgClassName
{
background-color: #9272BB;
}
</style>
border-color css
<style>
span { border-color: #9272BB; }
span { border-color: rgb(146,114,187); }
td.TdClassName
{
border-color: #9272BB;
}
.TagClassName
{
border-color: #9272BB;
}
</style>