Shades of Lilac Bush #9678BF
Tints of Lilac Bush #9678BF
RGB
CMYK
RGB Variations
Color information
#9678BF (or 0x9678BF) is known color: Lilac Bush. HEX triplet: 96, 78 and BF. RGB value is (150,120,191). Sum of RGB (Red+Green+Blue) = 150+120+191=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #9678BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9678BF is #698740. Grayscale: #888888. Windows color (decimal): -6915905 or 12548246. OLE color: 12548246.
HSL color Cylindrical-coordinate representation of color #9678BF: hue angle of 265.35º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9678BF is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 120 | 191 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.25 |
| HSL | 265.35º | 0.36% | 0.61% | - |
| HSV(B) | 265.35º | 0.37% | 0.75% | - |
| XYZ | 28.7 | 23.68 | 52.35 | - |
| YUV | 137.06 | 158.44 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 191 | 0.21 | 0.37 | 0 | 0.25 | 265.35 | 0.36 | 0.61 |
| Hex | 96 | 78 | BF | 15 | 25 | 0 | 19 | 109 | 24 | 3D |
| Octal | 226 | 170 | 277 | 25 | 45 | 0 | 31 | 411 | 44 | 75 |
| Binary | 10010110 | 1111000 | 10111111 | 10101 | 100101 | 0 | 11001 | 100001001 | 100100 | 111101 |
Color Harmonies of #9678BF
Complementary color
Monochromatic Colors of #9678BF
Black with #9678BF
Text Example
Text Example
White with #9678BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9678BF; }
p { color: rgb(150,120,191); }
H1.HeaderClassName
{
color: #9678BF;
}
.AnyTagClassName
{
color: #9678BF;
}
</style>
background-color css
<style>
a { background-color: #9678BF; }
a { background-color: rgb(150,120,191); }
div.DivClassName
{
background-color: #9678BF;
}
.BgClassName
{
background-color: #9678BF;
}
</style>
border-color css
<style>
span { border-color: #9678BF; }
span { border-color: rgb(150,120,191); }
td.TdClassName
{
border-color: #9678BF;
}
.TagClassName
{
border-color: #9678BF;
}
</style>