Shades of Lilac Bush #8862B4
Tints of Lilac Bush #8862B4
RGB
CMYK
RGB Variations
Color information
#8862B4 (or 0x8862B4) is known color: Lilac Bush. HEX triplet: 88, 62 and B4. RGB value is (136,98,180). Sum of RGB (Red+Green+Blue) = 136+98+180=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 180 - color contains mainly: blue. Hex color #8862B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8862B4 is #779D4B. Grayscale: #767676. Windows color (decimal): -7839052 or 11821704. OLE color: 11821704.
HSL color Cylindrical-coordinate representation of color #8862B4: hue angle of 267.8º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8862B4 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 98 | 180 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.29 |
| HSL | 267.8º | 0.35% | 0.55% | - |
| HSV(B) | 267.8º | 0.46% | 0.71% | - |
| XYZ | 22.76 | 17.26 | 45.31 | - |
| YUV | 118.71 | 162.59 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 98 | 180 | 0.24 | 0.46 | 0 | 0.29 | 267.8 | 0.35 | 0.55 |
| Hex | 88 | 62 | B4 | 18 | 2E | 0 | 1D | 10C | 23 | 37 |
| Octal | 210 | 142 | 264 | 30 | 56 | 0 | 35 | 414 | 43 | 67 |
| Binary | 10001000 | 1100010 | 10110100 | 11000 | 101110 | 0 | 11101 | 100001100 | 100011 | 110111 |
Color Harmonies of #8862B4
Complementary color
Monochromatic Colors of #8862B4
Black with #8862B4
Text Example
Text Example
White with #8862B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8862B4; }
p { color: rgb(136,98,180); }
H1.HeaderClassName
{
color: #8862B4;
}
.AnyTagClassName
{
color: #8862B4;
}
</style>
background-color css
<style>
a { background-color: #8862B4; }
a { background-color: rgb(136,98,180); }
div.DivClassName
{
background-color: #8862B4;
}
.BgClassName
{
background-color: #8862B4;
}
</style>
border-color css
<style>
span { border-color: #8862B4; }
span { border-color: rgb(136,98,180); }
td.TdClassName
{
border-color: #8862B4;
}
.TagClassName
{
border-color: #8862B4;
}
</style>