Shades of Lilac Bush #9471BF
Tints of Lilac Bush #9471BF
RGB
CMYK
RGB Variations
Color information
#9471BF (or 0x9471BF) is known color: Lilac Bush. HEX triplet: 94, 71 and BF. RGB value is (148,113,191). Sum of RGB (Red+Green+Blue) = 148+113+191=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 191 (75% from 255 or 42.26% from 452); Max value from RGB is 191 - color contains mainly: blue. Hex color #9471BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9471BF is #6B8E40. Grayscale: #848484. Windows color (decimal): -7048769 or 12546452. OLE color: 12546452.
HSL color Cylindrical-coordinate representation of color #9471BF: hue angle of 266.92º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9471BF is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 113 | 191 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.25 |
| HSL | 266.92º | 0.38% | 0.6% | - |
| HSV(B) | 266.92º | 0.41% | 0.75% | - |
| XYZ | 27.52 | 21.87 | 52.06 | - |
| YUV | 132.36 | 161.1 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 113 | 191 | 0.23 | 0.41 | 0 | 0.25 | 266.92 | 0.38 | 0.6 |
| Hex | 94 | 71 | BF | 17 | 29 | 0 | 19 | 10B | 26 | 3C |
| Octal | 224 | 161 | 277 | 27 | 51 | 0 | 31 | 413 | 46 | 74 |
| Binary | 10010100 | 1110001 | 10111111 | 10111 | 101001 | 0 | 11001 | 100001011 | 100110 | 111100 |
Color Harmonies of #9471BF
Complementary color
Monochromatic Colors of #9471BF
Black with #9471BF
Text Example
Text Example
White with #9471BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9471BF; }
p { color: rgb(148,113,191); }
H1.HeaderClassName
{
color: #9471BF;
}
.AnyTagClassName
{
color: #9471BF;
}
</style>
background-color css
<style>
a { background-color: #9471BF; }
a { background-color: rgb(148,113,191); }
div.DivClassName
{
background-color: #9471BF;
}
.BgClassName
{
background-color: #9471BF;
}
</style>
border-color css
<style>
span { border-color: #9471BF; }
span { border-color: rgb(148,113,191); }
td.TdClassName
{
border-color: #9471BF;
}
.TagClassName
{
border-color: #9471BF;
}
</style>