Shades of Lilac Bush #9167C6
Tints of Lilac Bush #9167C6
RGB
CMYK
RGB Variations
Color information
#9167C6 (or 0x9167C6) is known color: Lilac Bush. HEX triplet: 91, 67 and C6. RGB value is (145,103,198). Sum of RGB (Red+Green+Blue) = 145+103+198=446 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.51% from 446); Green value is 103 (40.62% from 255 or 23.09% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 198 - color contains mainly: blue. Hex color #9167C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9167C6 is #6E9839. Grayscale: #7E7E7E. Windows color (decimal): -7247930 or 13002641. OLE color: 13002641.
HSL color Cylindrical-coordinate representation of color #9167C6: hue angle of 266.53º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9167C6 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 103 | 198 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.22 |
| HSL | 266.53º | 0.45% | 0.59% | - |
| HSV(B) | 266.53º | 0.48% | 0.78% | - |
| XYZ | 26.72 | 19.8 | 55.84 | - |
| YUV | 126.39 | 168.41 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 103 | 198 | 0.27 | 0.48 | 0 | 0.22 | 266.53 | 0.45 | 0.59 |
| Hex | 91 | 67 | C6 | 1B | 30 | 0 | 16 | 10B | 2D | 3B |
| Octal | 221 | 147 | 306 | 33 | 60 | 0 | 26 | 413 | 55 | 73 |
| Binary | 10010001 | 1100111 | 11000110 | 11011 | 110000 | 0 | 10110 | 100001011 | 101101 | 111011 |
Color Harmonies of #9167C6
Complementary color
Monochromatic Colors of #9167C6
Black with #9167C6
Text Example
Text Example
White with #9167C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9167C6; }
p { color: rgb(145,103,198); }
H1.HeaderClassName
{
color: #9167C6;
}
.AnyTagClassName
{
color: #9167C6;
}
</style>
background-color css
<style>
a { background-color: #9167C6; }
a { background-color: rgb(145,103,198); }
div.DivClassName
{
background-color: #9167C6;
}
.BgClassName
{
background-color: #9167C6;
}
</style>
border-color css
<style>
span { border-color: #9167C6; }
span { border-color: rgb(145,103,198); }
td.TdClassName
{
border-color: #9167C6;
}
.TagClassName
{
border-color: #9167C6;
}
</style>