Shades of Lilac Bush #8B60BC
Tints of Lilac Bush #8B60BC
RGB
CMYK
RGB Variations
Color information
#8B60BC (or 0x8B60BC) is known color: Lilac Bush. HEX triplet: 8B, 60 and BC. RGB value is (139,96,188). Sum of RGB (Red+Green+Blue) = 139+96+188=423 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.86% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #8B60BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B60BC is #749F43. Grayscale: #777777. Windows color (decimal): -7642948 or 12345483. OLE color: 12345483.
HSL color Cylindrical-coordinate representation of color #8B60BC: hue angle of 268.04º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B60BC is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 96 | 188 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.26 |
| HSL | 268.04º | 0.41% | 0.56% | - |
| HSV(B) | 268.04º | 0.49% | 0.74% | - |
| XYZ | 23.91 | 17.49 | 49.69 | - |
| YUV | 119.35 | 166.75 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 96 | 188 | 0.26 | 0.49 | 0 | 0.26 | 268.04 | 0.41 | 0.56 |
| Hex | 8B | 60 | BC | 1A | 31 | 0 | 1A | 10C | 29 | 38 |
| Octal | 213 | 140 | 274 | 32 | 61 | 0 | 32 | 414 | 51 | 70 |
| Binary | 10001011 | 1100000 | 10111100 | 11010 | 110001 | 0 | 11010 | 100001100 | 101001 | 111000 |
Color Harmonies of #8B60BC
Complementary color
Monochromatic Colors of #8B60BC
Black with #8B60BC
Text Example
Text Example
White with #8B60BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B60BC; }
p { color: rgb(139,96,188); }
H1.HeaderClassName
{
color: #8B60BC;
}
.AnyTagClassName
{
color: #8B60BC;
}
</style>
background-color css
<style>
a { background-color: #8B60BC; }
a { background-color: rgb(139,96,188); }
div.DivClassName
{
background-color: #8B60BC;
}
.BgClassName
{
background-color: #8B60BC;
}
</style>
border-color css
<style>
span { border-color: #8B60BC; }
span { border-color: rgb(139,96,188); }
td.TdClassName
{
border-color: #8B60BC;
}
.TagClassName
{
border-color: #8B60BC;
}
</style>