Shades of Lilac Bush #8460B6
Tints of Lilac Bush #8460B6
RGB
CMYK
RGB Variations
Color information
#8460B6 (or 0x8460B6) is known color: Lilac Bush. HEX triplet: 84, 60 and B6. RGB value is (132,96,182). Sum of RGB (Red+Green+Blue) = 132+96+182=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 182 (71.48% from 255 or 44.39% from 410); Max value from RGB is 182 - color contains mainly: blue. Hex color #8460B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8460B6 is #7B9F49. Grayscale: #747474. Windows color (decimal): -8101706 or 11952260. OLE color: 11952260.
HSL color Cylindrical-coordinate representation of color #8460B6: hue angle of 265.12º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8460B6 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 96 | 182 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.29 |
| HSL | 265.12º | 0.37% | 0.55% | - |
| HSV(B) | 265.12º | 0.47% | 0.71% | - |
| XYZ | 22.14 | 16.65 | 46.3 | - |
| YUV | 116.57 | 164.93 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 96 | 182 | 0.27 | 0.47 | 0 | 0.29 | 265.12 | 0.37 | 0.55 |
| Hex | 84 | 60 | B6 | 1B | 2F | 0 | 1D | 109 | 25 | 37 |
| Octal | 204 | 140 | 266 | 33 | 57 | 0 | 35 | 411 | 45 | 67 |
| Binary | 10000100 | 1100000 | 10110110 | 11011 | 101111 | 0 | 11101 | 100001001 | 100101 | 110111 |
Color Harmonies of #8460B6
Complementary color
Monochromatic Colors of #8460B6
Black with #8460B6
Text Example
Text Example
White with #8460B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8460B6; }
p { color: rgb(132,96,182); }
H1.HeaderClassName
{
color: #8460B6;
}
.AnyTagClassName
{
color: #8460B6;
}
</style>
background-color css
<style>
a { background-color: #8460B6; }
a { background-color: rgb(132,96,182); }
div.DivClassName
{
background-color: #8460B6;
}
.BgClassName
{
background-color: #8460B6;
}
</style>
border-color css
<style>
span { border-color: #8460B6; }
span { border-color: rgb(132,96,182); }
td.TdClassName
{
border-color: #8460B6;
}
.TagClassName
{
border-color: #8460B6;
}
</style>