Shades of Lilac Bush #9869BD
Tints of Lilac Bush #9869BD
RGB
CMYK
RGB Variations
Color information
#9869BD (or 0x9869BD) is known color: Lilac Bush. HEX triplet: 98, 69 and BD. RGB value is (152,105,189). Sum of RGB (Red+Green+Blue) = 152+105+189=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #9869BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9869BD is #679642. Grayscale: #808080. Windows color (decimal): -6788675 or 12413336. OLE color: 12413336.
HSL color Cylindrical-coordinate representation of color #9869BD: hue angle of 273.57º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9869BD is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 105 | 189 | - |
| CMYK | 0.20 | 0.44 | 0 | 0.26 |
| HSL | 273.57º | 0.39% | 0.58% | - |
| HSV(B) | 273.57º | 0.44% | 0.74% | - |
| XYZ | 27.19 | 20.45 | 50.66 | - |
| YUV | 128.63 | 162.07 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 189 | 0.20 | 0.44 | 0 | 0.26 | 273.57 | 0.39 | 0.58 |
| Hex | 98 | 69 | BD | 14 | 2C | 0 | 1A | 112 | 27 | 3A |
| Octal | 230 | 151 | 275 | 24 | 54 | 0 | 32 | 422 | 47 | 72 |
| Binary | 10011000 | 1101001 | 10111101 | 10100 | 101100 | 0 | 11010 | 100010010 | 100111 | 111010 |
Color Harmonies of #9869BD
Complementary color
Monochromatic Colors of #9869BD
Black with #9869BD
Text Example
Text Example
White with #9869BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9869BD; }
p { color: rgb(152,105,189); }
H1.HeaderClassName
{
color: #9869BD;
}
.AnyTagClassName
{
color: #9869BD;
}
</style>
background-color css
<style>
a { background-color: #9869BD; }
a { background-color: rgb(152,105,189); }
div.DivClassName
{
background-color: #9869BD;
}
.BgClassName
{
background-color: #9869BD;
}
</style>
border-color css
<style>
span { border-color: #9869BD; }
span { border-color: rgb(152,105,189); }
td.TdClassName
{
border-color: #9869BD;
}
.TagClassName
{
border-color: #9869BD;
}
</style>