Shades of Lilac Bush #9B71C1
Tints of Lilac Bush #9B71C1
RGB
CMYK
RGB Variations
Color information
#9B71C1 (or 0x9B71C1) is known color: Lilac Bush. HEX triplet: 9B, 71 and C1. RGB value is (155,113,193). Sum of RGB (Red+Green+Blue) = 155+113+193=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #9B71C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B71C1 is #648E3E. Grayscale: #868686. Windows color (decimal): -6590015 or 12677531. OLE color: 12677531.
HSL color Cylindrical-coordinate representation of color #9B71C1: hue angle of 271.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B71C1 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 113 | 193 | - |
| CMYK | 0.20 | 0.41 | 0 | 0.24 |
| HSL | 271.5º | 0.39% | 0.6% | - |
| HSV(B) | 271.5º | 0.41% | 0.76% | - |
| XYZ | 29.05 | 22.63 | 53.29 | - |
| YUV | 134.68 | 160.91 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 193 | 0.20 | 0.41 | 0 | 0.24 | 271.5 | 0.39 | 0.6 |
| Hex | 9B | 71 | C1 | 14 | 29 | 0 | 18 | 110 | 27 | 3C |
| Octal | 233 | 161 | 301 | 24 | 51 | 0 | 30 | 420 | 47 | 74 |
| Binary | 10011011 | 1110001 | 11000001 | 10100 | 101001 | 0 | 11000 | 100010000 | 100111 | 111100 |
Color Harmonies of #9B71C1
Complementary color
Monochromatic Colors of #9B71C1
Black with #9B71C1
Text Example
Text Example
White with #9B71C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B71C1; }
p { color: rgb(155,113,193); }
H1.HeaderClassName
{
color: #9B71C1;
}
.AnyTagClassName
{
color: #9B71C1;
}
</style>
background-color css
<style>
a { background-color: #9B71C1; }
a { background-color: rgb(155,113,193); }
div.DivClassName
{
background-color: #9B71C1;
}
.BgClassName
{
background-color: #9B71C1;
}
</style>
border-color css
<style>
span { border-color: #9B71C1; }
span { border-color: rgb(155,113,193); }
td.TdClassName
{
border-color: #9B71C1;
}
.TagClassName
{
border-color: #9B71C1;
}
</style>