Shades of Lilac Bush #9870BD
Tints of Lilac Bush #9870BD
RGB
CMYK
RGB Variations
Color information
#9870BD (or 0x9870BD) is known color: Lilac Bush. HEX triplet: 98, 70 and BD. RGB value is (152,112,189). Sum of RGB (Red+Green+Blue) = 152+112+189=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #9870BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9870BD is #678F42. Grayscale: #848484. Windows color (decimal): -6786883 or 12415128. OLE color: 12415128.
HSL color Cylindrical-coordinate representation of color #9870BD: hue angle of 271.17º 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 #9870BD is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 112 | 189 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.26 |
| HSL | 271.17º | 0.37% | 0.59% | - |
| HSV(B) | 271.17º | 0.41% | 0.74% | - |
| XYZ | 27.93 | 21.94 | 50.91 | - |
| YUV | 132.74 | 159.75 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 189 | 0.20 | 0.41 | 0 | 0.26 | 271.17 | 0.37 | 0.59 |
| Hex | 98 | 70 | BD | 14 | 29 | 0 | 1A | 10F | 25 | 3B |
| Octal | 230 | 160 | 275 | 24 | 51 | 0 | 32 | 417 | 45 | 73 |
| Binary | 10011000 | 1110000 | 10111101 | 10100 | 101001 | 0 | 11010 | 100001111 | 100101 | 111011 |
Color Harmonies of #9870BD
Complementary color
Monochromatic Colors of #9870BD
Black with #9870BD
Text Example
Text Example
White with #9870BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9870BD; }
p { color: rgb(152,112,189); }
H1.HeaderClassName
{
color: #9870BD;
}
.AnyTagClassName
{
color: #9870BD;
}
</style>
background-color css
<style>
a { background-color: #9870BD; }
a { background-color: rgb(152,112,189); }
div.DivClassName
{
background-color: #9870BD;
}
.BgClassName
{
background-color: #9870BD;
}
</style>
border-color css
<style>
span { border-color: #9870BD; }
span { border-color: rgb(152,112,189); }
td.TdClassName
{
border-color: #9870BD;
}
.TagClassName
{
border-color: #9870BD;
}
</style>