Shades of Lilac Bush #8F72BC
Tints of Lilac Bush #8F72BC
RGB
CMYK
RGB Variations
Color information
#8F72BC (or 0x8F72BC) is known color: Lilac Bush. HEX triplet: 8F, 72 and BC. RGB value is (143,114,188). Sum of RGB (Red+Green+Blue) = 143+114+188=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F72BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F72BC is #708D43. Grayscale: #828282. Windows color (decimal): -7376196 or 12350095. OLE color: 12350095.
HSL color Cylindrical-coordinate representation of color #8F72BC: hue angle of 263.51º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F72BC is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 114 | 188 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.26 |
| HSL | 263.51º | 0.36% | 0.59% | - |
| HSV(B) | 263.51º | 0.39% | 0.74% | - |
| XYZ | 26.42 | 21.51 | 50.34 | - |
| YUV | 131.11 | 160.11 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 114 | 188 | 0.24 | 0.39 | 0 | 0.26 | 263.51 | 0.36 | 0.59 |
| Hex | 8F | 72 | BC | 18 | 27 | 0 | 1A | 108 | 24 | 3B |
| Octal | 217 | 162 | 274 | 30 | 47 | 0 | 32 | 410 | 44 | 73 |
| Binary | 10001111 | 1110010 | 10111100 | 11000 | 100111 | 0 | 11010 | 100001000 | 100100 | 111011 |
Color Harmonies of #8F72BC
Complementary color
Monochromatic Colors of #8F72BC
Black with #8F72BC
Text Example
Text Example
White with #8F72BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F72BC; }
p { color: rgb(143,114,188); }
H1.HeaderClassName
{
color: #8F72BC;
}
.AnyTagClassName
{
color: #8F72BC;
}
</style>
background-color css
<style>
a { background-color: #8F72BC; }
a { background-color: rgb(143,114,188); }
div.DivClassName
{
background-color: #8F72BC;
}
.BgClassName
{
background-color: #8F72BC;
}
</style>
border-color css
<style>
span { border-color: #8F72BC; }
span { border-color: rgb(143,114,188); }
td.TdClassName
{
border-color: #8F72BC;
}
.TagClassName
{
border-color: #8F72BC;
}
</style>