Shades of Lilac Bush #9278BE
Tints of Lilac Bush #9278BE
RGB
CMYK
RGB Variations
Color information
#9278BE (or 0x9278BE) is known color: Lilac Bush. HEX triplet: 92, 78 and BE. RGB value is (146,120,190). Sum of RGB (Red+Green+Blue) = 146+120+190=456 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.02% from 456); Green value is 120 (47.27% from 255 or 26.32% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #9278BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9278BE is #6D8741. Grayscale: #878787. Windows color (decimal): -7178050 or 12482706. OLE color: 12482706.
HSL color Cylindrical-coordinate representation of color #9278BE: hue angle of 262.29º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9278BE is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 120 | 190 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.25 |
| HSL | 262.29º | 0.35% | 0.61% | - |
| HSV(B) | 262.29º | 0.37% | 0.75% | - |
| XYZ | 27.86 | 23.26 | 51.74 | - |
| YUV | 135.75 | 158.61 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 120 | 190 | 0.23 | 0.37 | 0 | 0.25 | 262.29 | 0.35 | 0.61 |
| Hex | 92 | 78 | BE | 17 | 25 | 0 | 19 | 106 | 23 | 3D |
| Octal | 222 | 170 | 276 | 27 | 45 | 0 | 31 | 406 | 43 | 75 |
| Binary | 10010010 | 1111000 | 10111110 | 10111 | 100101 | 0 | 11001 | 100000110 | 100011 | 111101 |
Color Harmonies of #9278BE
Complementary color
Monochromatic Colors of #9278BE
Black with #9278BE
Text Example
Text Example
White with #9278BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9278BE; }
p { color: rgb(146,120,190); }
H1.HeaderClassName
{
color: #9278BE;
}
.AnyTagClassName
{
color: #9278BE;
}
</style>
background-color css
<style>
a { background-color: #9278BE; }
a { background-color: rgb(146,120,190); }
div.DivClassName
{
background-color: #9278BE;
}
.BgClassName
{
background-color: #9278BE;
}
</style>
border-color css
<style>
span { border-color: #9278BE; }
span { border-color: rgb(146,120,190); }
td.TdClassName
{
border-color: #9278BE;
}
.TagClassName
{
border-color: #9278BE;
}
</style>