Shades of Lilac Bush #9771C1
Tints of Lilac Bush #9771C1
RGB
CMYK
RGB Variations
Color information
#9771C1 (or 0x9771C1) is known color: Lilac Bush. HEX triplet: 97, 71 and C1. RGB value is (151,113,193). Sum of RGB (Red+Green+Blue) = 151+113+193=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: blue. Hex color #9771C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9771C1 is #688E3E. Grayscale: #858585. Windows color (decimal): -6852159 or 12677527. OLE color: 12677527.
HSL color Cylindrical-coordinate representation of color #9771C1: hue angle of 268.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 #9771C1 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 113 | 193 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.24 |
| HSL | 268.5º | 0.39% | 0.6% | - |
| HSV(B) | 268.5º | 0.41% | 0.76% | - |
| XYZ | 28.29 | 22.24 | 53.25 | - |
| YUV | 133.48 | 161.59 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 113 | 193 | 0.22 | 0.41 | 0 | 0.24 | 268.5 | 0.39 | 0.6 |
| Hex | 97 | 71 | C1 | 16 | 29 | 0 | 18 | 10C | 27 | 3C |
| Octal | 227 | 161 | 301 | 26 | 51 | 0 | 30 | 414 | 47 | 74 |
| Binary | 10010111 | 1110001 | 11000001 | 10110 | 101001 | 0 | 11000 | 100001100 | 100111 | 111100 |
Color Harmonies of #9771C1
Complementary color
Monochromatic Colors of #9771C1
Black with #9771C1
Text Example
Text Example
White with #9771C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9771C1; }
p { color: rgb(151,113,193); }
H1.HeaderClassName
{
color: #9771C1;
}
.AnyTagClassName
{
color: #9771C1;
}
</style>
background-color css
<style>
a { background-color: #9771C1; }
a { background-color: rgb(151,113,193); }
div.DivClassName
{
background-color: #9771C1;
}
.BgClassName
{
background-color: #9771C1;
}
</style>
border-color css
<style>
span { border-color: #9771C1; }
span { border-color: rgb(151,113,193); }
td.TdClassName
{
border-color: #9771C1;
}
.TagClassName
{
border-color: #9771C1;
}
</style>