Shades of Lilac Bush #8F61BC
Tints of Lilac Bush #8F61BC
RGB
CMYK
RGB Variations
Color information
#8F61BC (or 0x8F61BC) is known color: Lilac Bush. HEX triplet: 8F, 61 and BC. RGB value is (143,97,188). Sum of RGB (Red+Green+Blue) = 143+97+188=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F61BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F61BC is #709E43. Grayscale: #787878. Windows color (decimal): -7380548 or 12345743. OLE color: 12345743.
HSL color Cylindrical-coordinate representation of color #8F61BC: hue angle of 270.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F61BC is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 97 | 188 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.26 |
| HSL | 270.33º | 0.4% | 0.56% | - |
| HSV(B) | 270.33º | 0.48% | 0.74% | - |
| XYZ | 24.68 | 18.02 | 49.75 | - |
| YUV | 121.13 | 165.74 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 97 | 188 | 0.24 | 0.48 | 0 | 0.26 | 270.33 | 0.4 | 0.56 |
| Hex | 8F | 61 | BC | 18 | 30 | 0 | 1A | 10E | 28 | 38 |
| Octal | 217 | 141 | 274 | 30 | 60 | 0 | 32 | 416 | 50 | 70 |
| Binary | 10001111 | 1100001 | 10111100 | 11000 | 110000 | 0 | 11010 | 100001110 | 101000 | 111000 |
Color Harmonies of #8F61BC
Complementary color
Monochromatic Colors of #8F61BC
Black with #8F61BC
Text Example
Text Example
White with #8F61BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F61BC; }
p { color: rgb(143,97,188); }
H1.HeaderClassName
{
color: #8F61BC;
}
.AnyTagClassName
{
color: #8F61BC;
}
</style>
background-color css
<style>
a { background-color: #8F61BC; }
a { background-color: rgb(143,97,188); }
div.DivClassName
{
background-color: #8F61BC;
}
.BgClassName
{
background-color: #8F61BC;
}
</style>
border-color css
<style>
span { border-color: #8F61BC; }
span { border-color: rgb(143,97,188); }
td.TdClassName
{
border-color: #8F61BC;
}
.TagClassName
{
border-color: #8F61BC;
}
</style>