Shades of Lilac Bush #9F71C4
Tints of Lilac Bush #9F71C4
RGB
CMYK
RGB Variations
Color information
#9F71C4 (or 0x9F71C4) is known color: Lilac Bush. HEX triplet: 9F, 71 and C4. RGB value is (159,113,196). Sum of RGB (Red+Green+Blue) = 159+113+196=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 196 (76.95% from 255 or 41.88% from 468); Max value from RGB is 196 - color contains mainly: blue. Hex color #9F71C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F71C4 is #608E3B. Grayscale: #878787. Windows color (decimal): -6327868 or 12874143. OLE color: 12874143.
HSL color Cylindrical-coordinate representation of color #9F71C4: hue angle of 273.25º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F71C4 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 113 | 196 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.23 |
| HSL | 273.25º | 0.41% | 0.61% | - |
| HSV(B) | 273.25º | 0.42% | 0.77% | - |
| XYZ | 30.17 | 23.17 | 55.11 | - |
| YUV | 136.22 | 161.74 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 113 | 196 | 0.19 | 0.42 | 0 | 0.23 | 273.25 | 0.41 | 0.61 |
| Hex | 9F | 71 | C4 | 13 | 2A | 0 | 17 | 111 | 29 | 3D |
| Octal | 237 | 161 | 304 | 23 | 52 | 0 | 27 | 421 | 51 | 75 |
| Binary | 10011111 | 1110001 | 11000100 | 10011 | 101010 | 0 | 10111 | 100010001 | 101001 | 111101 |
Color Harmonies of #9F71C4
Complementary color
Monochromatic Colors of #9F71C4
Black with #9F71C4
Text Example
Text Example
White with #9F71C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F71C4; }
p { color: rgb(159,113,196); }
H1.HeaderClassName
{
color: #9F71C4;
}
.AnyTagClassName
{
color: #9F71C4;
}
</style>
background-color css
<style>
a { background-color: #9F71C4; }
a { background-color: rgb(159,113,196); }
div.DivClassName
{
background-color: #9F71C4;
}
.BgClassName
{
background-color: #9F71C4;
}
</style>
border-color css
<style>
span { border-color: #9F71C4; }
span { border-color: rgb(159,113,196); }
td.TdClassName
{
border-color: #9F71C4;
}
.TagClassName
{
border-color: #9F71C4;
}
</style>