Shades of Lilac Bush #8F70BD
Tints of Lilac Bush #8F70BD
RGB
CMYK
RGB Variations
Color information
#8F70BD (or 0x8F70BD) is known color: Lilac Bush. HEX triplet: 8F, 70 and BD. RGB value is (143,112,189). Sum of RGB (Red+Green+Blue) = 143+112+189=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #8F70BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F70BD is #708F42. Grayscale: #818181. Windows color (decimal): -7376707 or 12415119. OLE color: 12415119.
HSL color Cylindrical-coordinate representation of color #8F70BD: hue angle of 264.16º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F70BD is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 112 | 189 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.26 |
| HSL | 264.16º | 0.37% | 0.59% | - |
| HSV(B) | 264.16º | 0.41% | 0.74% | - |
| XYZ | 26.31 | 21.1 | 50.83 | - |
| YUV | 130.05 | 161.27 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 112 | 189 | 0.24 | 0.41 | 0 | 0.26 | 264.16 | 0.37 | 0.59 |
| Hex | 8F | 70 | BD | 18 | 29 | 0 | 1A | 108 | 25 | 3B |
| Octal | 217 | 160 | 275 | 30 | 51 | 0 | 32 | 410 | 45 | 73 |
| Binary | 10001111 | 1110000 | 10111101 | 11000 | 101001 | 0 | 11010 | 100001000 | 100101 | 111011 |
Color Harmonies of #8F70BD
Complementary color
Monochromatic Colors of #8F70BD
Black with #8F70BD
Text Example
Text Example
White with #8F70BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F70BD; }
p { color: rgb(143,112,189); }
H1.HeaderClassName
{
color: #8F70BD;
}
.AnyTagClassName
{
color: #8F70BD;
}
</style>
background-color css
<style>
a { background-color: #8F70BD; }
a { background-color: rgb(143,112,189); }
div.DivClassName
{
background-color: #8F70BD;
}
.BgClassName
{
background-color: #8F70BD;
}
</style>
border-color css
<style>
span { border-color: #8F70BD; }
span { border-color: rgb(143,112,189); }
td.TdClassName
{
border-color: #8F70BD;
}
.TagClassName
{
border-color: #8F70BD;
}
</style>