Shades of Lilac Bush #8F68B8
Tints of Lilac Bush #8F68B8
RGB
CMYK
RGB Variations
Color information
#8F68B8 (or 0x8F68B8) is known color: Lilac Bush. HEX triplet: 8F, 68 and B8. RGB value is (143,104,184). Sum of RGB (Red+Green+Blue) = 143+104+184=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 184 (72.27% from 255 or 42.69% from 431); Max value from RGB is 184 - color contains mainly: blue. Hex color #8F68B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F68B8 is #709747. Grayscale: #7C7C7C. Windows color (decimal): -7378760 or 12085391. OLE color: 12085391.
HSL color Cylindrical-coordinate representation of color #8F68B8: hue angle of 269.25º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F68B8 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 143 | 104 | 184 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.28 |
| HSL | 269.25º | 0.36% | 0.56% | - |
| HSV(B) | 269.25º | 0.43% | 0.72% | - |
| XYZ | 24.93 | 19.2 | 47.74 | - |
| YUV | 124.78 | 161.42 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 184 | 0.22 | 0.43 | 0 | 0.28 | 269.25 | 0.36 | 0.56 |
| Hex | 8F | 68 | B8 | 16 | 2B | 0 | 1C | 10D | 24 | 38 |
| Octal | 217 | 150 | 270 | 26 | 53 | 0 | 34 | 415 | 44 | 70 |
| Binary | 10001111 | 1101000 | 10111000 | 10110 | 101011 | 0 | 11100 | 100001101 | 100100 | 111000 |
Color Harmonies of #8F68B8
Complementary color
Monochromatic Colors of #8F68B8
Black with #8F68B8
Text Example
Text Example
White with #8F68B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F68B8; }
p { color: rgb(143,104,184); }
H1.HeaderClassName
{
color: #8F68B8;
}
.AnyTagClassName
{
color: #8F68B8;
}
</style>
background-color css
<style>
a { background-color: #8F68B8; }
a { background-color: rgb(143,104,184); }
div.DivClassName
{
background-color: #8F68B8;
}
.BgClassName
{
background-color: #8F68B8;
}
</style>
border-color css
<style>
span { border-color: #8F68B8; }
span { border-color: rgb(143,104,184); }
td.TdClassName
{
border-color: #8F68B8;
}
.TagClassName
{
border-color: #8F68B8;
}
</style>