Shades of Lilac Bush #9468BF
Tints of Lilac Bush #9468BF
RGB
CMYK
RGB Variations
Color information
#9468BF (or 0x9468BF) is known color: Lilac Bush. HEX triplet: 94, 68 and BF. RGB value is (148,104,191). Sum of RGB (Red+Green+Blue) = 148+104+191=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #9468BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9468BF is #6B9740. Grayscale: #7E7E7E. Windows color (decimal): -7051073 or 12544148. OLE color: 12544148.
HSL color Cylindrical-coordinate representation of color #9468BF: hue angle of 270.34º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9468BF is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 104 | 191 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.25 |
| HSL | 270.34º | 0.4% | 0.58% | - |
| HSV(B) | 270.34º | 0.46% | 0.75% | - |
| XYZ | 26.57 | 19.96 | 51.74 | - |
| YUV | 127.07 | 164.08 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 191 | 0.23 | 0.46 | 0 | 0.25 | 270.34 | 0.4 | 0.58 |
| Hex | 94 | 68 | BF | 17 | 2E | 0 | 19 | 10E | 28 | 3A |
| Octal | 224 | 150 | 277 | 27 | 56 | 0 | 31 | 416 | 50 | 72 |
| Binary | 10010100 | 1101000 | 10111111 | 10111 | 101110 | 0 | 11001 | 100001110 | 101000 | 111010 |
Color Harmonies of #9468BF
Complementary color
Monochromatic Colors of #9468BF
Black with #9468BF
Text Example
Text Example
White with #9468BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9468BF; }
p { color: rgb(148,104,191); }
H1.HeaderClassName
{
color: #9468BF;
}
.AnyTagClassName
{
color: #9468BF;
}
</style>
background-color css
<style>
a { background-color: #9468BF; }
a { background-color: rgb(148,104,191); }
div.DivClassName
{
background-color: #9468BF;
}
.BgClassName
{
background-color: #9468BF;
}
</style>
border-color css
<style>
span { border-color: #9468BF; }
span { border-color: rgb(148,104,191); }
td.TdClassName
{
border-color: #9468BF;
}
.TagClassName
{
border-color: #9468BF;
}
</style>