Shades of Lilac Bush #9873BF
Tints of Lilac Bush #9873BF
RGB
CMYK
RGB Variations
Color information
#9873BF (or 0x9873BF) is known color: Lilac Bush. HEX triplet: 98, 73 and BF. RGB value is (152,115,191). Sum of RGB (Red+Green+Blue) = 152+115+191=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #9873BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9873BF is #678C40. Grayscale: #868686. Windows color (decimal): -6786113 or 12546968. OLE color: 12546968.
HSL color Cylindrical-coordinate representation of color #9873BF: hue angle of 269.21º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9873BF is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 115 | 191 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.25 |
| HSL | 269.21º | 0.37% | 0.6% | - |
| HSV(B) | 269.21º | 0.4% | 0.75% | - |
| XYZ | 28.48 | 22.7 | 52.17 | - |
| YUV | 134.73 | 159.76 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 115 | 191 | 0.20 | 0.40 | 0 | 0.25 | 269.21 | 0.37 | 0.6 |
| Hex | 98 | 73 | BF | 14 | 28 | 0 | 19 | 10D | 25 | 3C |
| Octal | 230 | 163 | 277 | 24 | 50 | 0 | 31 | 415 | 45 | 74 |
| Binary | 10011000 | 1110011 | 10111111 | 10100 | 101000 | 0 | 11001 | 100001101 | 100101 | 111100 |
Color Harmonies of #9873BF
Complementary color
Monochromatic Colors of #9873BF
Black with #9873BF
Text Example
Text Example
White with #9873BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9873BF; }
p { color: rgb(152,115,191); }
H1.HeaderClassName
{
color: #9873BF;
}
.AnyTagClassName
{
color: #9873BF;
}
</style>
background-color css
<style>
a { background-color: #9873BF; }
a { background-color: rgb(152,115,191); }
div.DivClassName
{
background-color: #9873BF;
}
.BgClassName
{
background-color: #9873BF;
}
</style>
border-color css
<style>
span { border-color: #9873BF; }
span { border-color: rgb(152,115,191); }
td.TdClassName
{
border-color: #9873BF;
}
.TagClassName
{
border-color: #9873BF;
}
</style>