Shades of Lilac Bush #9868BC
Tints of Lilac Bush #9868BC
RGB
CMYK
RGB Variations
Color information
#9868BC (or 0x9868BC) is known color: Lilac Bush. HEX triplet: 98, 68 and BC. RGB value is (152,104,188). Sum of RGB (Red+Green+Blue) = 152+104+188=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #9868BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9868BC is #679743. Grayscale: #7F7F7F. Windows color (decimal): -6788932 or 12347544. OLE color: 12347544.
HSL color Cylindrical-coordinate representation of color #9868BC: hue angle of 274.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9868BC is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 104 | 188 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.26 |
| HSL | 274.29º | 0.39% | 0.57% | - |
| HSV(B) | 274.29º | 0.45% | 0.74% | - |
| XYZ | 26.98 | 20.21 | 50.06 | - |
| YUV | 127.93 | 161.9 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 188 | 0.19 | 0.45 | 0 | 0.26 | 274.29 | 0.39 | 0.57 |
| Hex | 98 | 68 | BC | 13 | 2D | 0 | 1A | 112 | 27 | 39 |
| Octal | 230 | 150 | 274 | 23 | 55 | 0 | 32 | 422 | 47 | 71 |
| Binary | 10011000 | 1101000 | 10111100 | 10011 | 101101 | 0 | 11010 | 100010010 | 100111 | 111001 |
Color Harmonies of #9868BC
Complementary color
Monochromatic Colors of #9868BC
Black with #9868BC
Text Example
Text Example
White with #9868BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9868BC; }
p { color: rgb(152,104,188); }
H1.HeaderClassName
{
color: #9868BC;
}
.AnyTagClassName
{
color: #9868BC;
}
</style>
background-color css
<style>
a { background-color: #9868BC; }
a { background-color: rgb(152,104,188); }
div.DivClassName
{
background-color: #9868BC;
}
.BgClassName
{
background-color: #9868BC;
}
</style>
border-color css
<style>
span { border-color: #9868BC; }
span { border-color: rgb(152,104,188); }
td.TdClassName
{
border-color: #9868BC;
}
.TagClassName
{
border-color: #9868BC;
}
</style>