Shades of Lilac Bush #9166BC
Tints of Lilac Bush #9166BC
RGB
CMYK
RGB Variations
Color information
#9166BC (or 0x9166BC) is known color: Lilac Bush. HEX triplet: 91, 66 and BC. RGB value is (145,102,188). Sum of RGB (Red+Green+Blue) = 145+102+188=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #9166BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9166BC is #6E9943. Grayscale: #7C7C7C. Windows color (decimal): -7248196 or 12347025. OLE color: 12347025.
HSL color Cylindrical-coordinate representation of color #9166BC: hue angle of 270º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9166BC is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 102 | 188 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.26 |
| HSL | 270º | 0.39% | 0.57% | - |
| HSV(B) | 270º | 0.46% | 0.74% | - |
| XYZ | 25.51 | 19.15 | 49.93 | - |
| YUV | 124.66 | 163.75 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 188 | 0.23 | 0.46 | 0 | 0.26 | 270 | 0.39 | 0.57 |
| Hex | 91 | 66 | BC | 17 | 2E | 0 | 1A | 10E | 27 | 39 |
| Octal | 221 | 146 | 274 | 27 | 56 | 0 | 32 | 416 | 47 | 71 |
| Binary | 10010001 | 1100110 | 10111100 | 10111 | 101110 | 0 | 11010 | 100001110 | 100111 | 111001 |
Color Harmonies of #9166BC
Complementary color
Monochromatic Colors of #9166BC
Black with #9166BC
Text Example
Text Example
White with #9166BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9166BC; }
p { color: rgb(145,102,188); }
H1.HeaderClassName
{
color: #9166BC;
}
.AnyTagClassName
{
color: #9166BC;
}
</style>
background-color css
<style>
a { background-color: #9166BC; }
a { background-color: rgb(145,102,188); }
div.DivClassName
{
background-color: #9166BC;
}
.BgClassName
{
background-color: #9166BC;
}
</style>
border-color css
<style>
span { border-color: #9166BC; }
span { border-color: rgb(145,102,188); }
td.TdClassName
{
border-color: #9166BC;
}
.TagClassName
{
border-color: #9166BC;
}
</style>