Shades of Lilac Bush #8F73BD
Tints of Lilac Bush #8F73BD
RGB
CMYK
RGB Variations
Color information
#8F73BD (or 0x8F73BD) is known color: Lilac Bush. HEX triplet: 8F, 73 and BD. RGB value is (143,115,189). Sum of RGB (Red+Green+Blue) = 143+115+189=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #8F73BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F73BD is #708C42. Grayscale: #838383. Windows color (decimal): -7375939 or 12415887. OLE color: 12415887.
HSL color Cylindrical-coordinate representation of color #8F73BD: hue angle of 262.7º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8F73BD is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 115 | 189 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.26 |
| HSL | 262.7º | 0.36% | 0.6% | - |
| HSV(B) | 262.7º | 0.39% | 0.74% | - |
| XYZ | 26.64 | 21.78 | 50.94 | - |
| YUV | 131.81 | 160.28 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 115 | 189 | 0.24 | 0.39 | 0 | 0.26 | 262.7 | 0.36 | 0.6 |
| Hex | 8F | 73 | BD | 18 | 27 | 0 | 1A | 107 | 24 | 3C |
| Octal | 217 | 163 | 275 | 30 | 47 | 0 | 32 | 407 | 44 | 74 |
| Binary | 10001111 | 1110011 | 10111101 | 11000 | 100111 | 0 | 11010 | 100000111 | 100100 | 111100 |
Color Harmonies of #8F73BD
Complementary color
Monochromatic Colors of #8F73BD
Black with #8F73BD
Text Example
Text Example
White with #8F73BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F73BD; }
p { color: rgb(143,115,189); }
H1.HeaderClassName
{
color: #8F73BD;
}
.AnyTagClassName
{
color: #8F73BD;
}
</style>
background-color css
<style>
a { background-color: #8F73BD; }
a { background-color: rgb(143,115,189); }
div.DivClassName
{
background-color: #8F73BD;
}
.BgClassName
{
background-color: #8F73BD;
}
</style>
border-color css
<style>
span { border-color: #8F73BD; }
span { border-color: rgb(143,115,189); }
td.TdClassName
{
border-color: #8F73BD;
}
.TagClassName
{
border-color: #8F73BD;
}
</style>