Shades of Lilac Bush #9167C1
Tints of Lilac Bush #9167C1
RGB
CMYK
RGB Variations
Color information
#9167C1 (or 0x9167C1) is known color: Lilac Bush. HEX triplet: 91, 67 and C1. RGB value is (145,103,193). Sum of RGB (Red+Green+Blue) = 145+103+193=441 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.88% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 193 - color contains mainly: blue. Hex color #9167C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9167C1 is #6E983E. Grayscale: #7D7D7D. Windows color (decimal): -7247935 or 12674961. OLE color: 12674961.
HSL color Cylindrical-coordinate representation of color #9167C1: hue angle of 268º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9167C1 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 103 | 193 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.24 |
| HSL | 268º | 0.42% | 0.58% | - |
| HSV(B) | 268º | 0.47% | 0.76% | - |
| XYZ | 26.15 | 19.57 | 52.85 | - |
| YUV | 125.82 | 165.91 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 103 | 193 | 0.25 | 0.47 | 0 | 0.24 | 268 | 0.42 | 0.58 |
| Hex | 91 | 67 | C1 | 19 | 2F | 0 | 18 | 10C | 2A | 3A |
| Octal | 221 | 147 | 301 | 31 | 57 | 0 | 30 | 414 | 52 | 72 |
| Binary | 10010001 | 1100111 | 11000001 | 11001 | 101111 | 0 | 11000 | 100001100 | 101010 | 111010 |
Color Harmonies of #9167C1
Complementary color
Monochromatic Colors of #9167C1
Black with #9167C1
Text Example
Text Example
White with #9167C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9167C1; }
p { color: rgb(145,103,193); }
H1.HeaderClassName
{
color: #9167C1;
}
.AnyTagClassName
{
color: #9167C1;
}
</style>
background-color css
<style>
a { background-color: #9167C1; }
a { background-color: rgb(145,103,193); }
div.DivClassName
{
background-color: #9167C1;
}
.BgClassName
{
background-color: #9167C1;
}
</style>
border-color css
<style>
span { border-color: #9167C1; }
span { border-color: rgb(145,103,193); }
td.TdClassName
{
border-color: #9167C1;
}
.TagClassName
{
border-color: #9167C1;
}
</style>