Shades of Lilac Bush #8259BC
Tints of Lilac Bush #8259BC
RGB
CMYK
RGB Variations
Color information
#8259BC (or 0x8259BC) is known color: Lilac Bush. HEX triplet: 82, 59 and BC. RGB value is (130,89,188). Sum of RGB (Red+Green+Blue) = 130+89+188=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #8259BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8259BC is #7DA643. Grayscale: #707070. Windows color (decimal): -8234564 or 12343682. OLE color: 12343682.
HSL color Cylindrical-coordinate representation of color #8259BC: hue angle of 264.85º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8259BC is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 89 | 188 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.26 |
| HSL | 264.85º | 0.42% | 0.54% | - |
| HSV(B) | 264.85º | 0.53% | 0.74% | - |
| XYZ | 21.86 | 15.52 | 49.42 | - |
| YUV | 112.55 | 170.58 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 89 | 188 | 0.31 | 0.53 | 0 | 0.26 | 264.85 | 0.42 | 0.54 |
| Hex | 82 | 59 | BC | 1F | 35 | 0 | 1A | 109 | 2A | 36 |
| Octal | 202 | 131 | 274 | 37 | 65 | 0 | 32 | 411 | 52 | 66 |
| Binary | 10000010 | 1011001 | 10111100 | 11111 | 110101 | 0 | 11010 | 100001001 | 101010 | 110110 |
Color Harmonies of #8259BC
Complementary color
Monochromatic Colors of #8259BC
Black with #8259BC
Text Example
Text Example
White with #8259BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8259BC; }
p { color: rgb(130,89,188); }
H1.HeaderClassName
{
color: #8259BC;
}
.AnyTagClassName
{
color: #8259BC;
}
</style>
background-color css
<style>
a { background-color: #8259BC; }
a { background-color: rgb(130,89,188); }
div.DivClassName
{
background-color: #8259BC;
}
.BgClassName
{
background-color: #8259BC;
}
</style>
border-color css
<style>
span { border-color: #8259BC; }
span { border-color: rgb(130,89,188); }
td.TdClassName
{
border-color: #8259BC;
}
.TagClassName
{
border-color: #8259BC;
}
</style>