Shades of Lilac Bush #9F7ACC
Tints of Lilac Bush #9F7ACC
RGB
CMYK
RGB Variations
Color information
#9F7ACC (or 0x9F7ACC) is known color: Lilac Bush. HEX triplet: 9F, 7A and CC. RGB value is (159,122,204). Sum of RGB (Red+Green+Blue) = 159+122+204=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F7ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7ACC is #608533. Grayscale: #8E8E8E. Windows color (decimal): -6325556 or 13400735. OLE color: 13400735.
HSL color Cylindrical-coordinate representation of color #9F7ACC: hue angle of 267.07º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F7ACC is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 122 | 204 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.2 |
| HSL | 267.07º | 0.45% | 0.64% | - |
| HSV(B) | 267.07º | 0.4% | 0.8% | - |
| XYZ | 32.16 | 25.65 | 60.38 | - |
| YUV | 142.41 | 162.76 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 122 | 204 | 0.22 | 0.40 | 0 | 0.2 | 267.07 | 0.45 | 0.64 |
| Hex | 9F | 7A | CC | 16 | 28 | 0 | 14 | 10B | 2D | 40 |
| Octal | 237 | 172 | 314 | 26 | 50 | 0 | 24 | 413 | 55 | 100 |
| Binary | 10011111 | 1111010 | 11001100 | 10110 | 101000 | 0 | 10100 | 100001011 | 101101 | 1000000 |
Color Harmonies of #9F7ACC
Complementary color
Monochromatic Colors of #9F7ACC
Black with #9F7ACC
Text Example
Text Example
White with #9F7ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7ACC; }
p { color: rgb(159,122,204); }
H1.HeaderClassName
{
color: #9F7ACC;
}
.AnyTagClassName
{
color: #9F7ACC;
}
</style>
background-color css
<style>
a { background-color: #9F7ACC; }
a { background-color: rgb(159,122,204); }
div.DivClassName
{
background-color: #9F7ACC;
}
.BgClassName
{
background-color: #9F7ACC;
}
</style>
border-color css
<style>
span { border-color: #9F7ACC; }
span { border-color: rgb(159,122,204); }
td.TdClassName
{
border-color: #9F7ACC;
}
.TagClassName
{
border-color: #9F7ACC;
}
</style>