Shades of Lilac Bush #9B6FC7
Tints of Lilac Bush #9B6FC7
RGB
CMYK
RGB Variations
Color information
#9B6FC7 (or 0x9B6FC7) is known color: Lilac Bush. HEX triplet: 9B, 6F and C7. RGB value is (155,111,199). Sum of RGB (Red+Green+Blue) = 155+111+199=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 199 - color contains mainly: blue. Hex color #9B6FC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6FC7 is #649038. Grayscale: #858585. Windows color (decimal): -6590521 or 13070235. OLE color: 13070235.
HSL color Cylindrical-coordinate representation of color #9B6FC7: hue angle of 270º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B6FC7 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 111 | 199 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.22 |
| HSL | 270º | 0.44% | 0.61% | - |
| HSV(B) | 270º | 0.44% | 0.78% | - |
| XYZ | 29.51 | 22.46 | 56.81 | - |
| YUV | 134.19 | 164.58 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 111 | 199 | 0.22 | 0.44 | 0 | 0.22 | 270 | 0.44 | 0.61 |
| Hex | 9B | 6F | C7 | 16 | 2C | 0 | 16 | 10E | 2C | 3D |
| Octal | 233 | 157 | 307 | 26 | 54 | 0 | 26 | 416 | 54 | 75 |
| Binary | 10011011 | 1101111 | 11000111 | 10110 | 101100 | 0 | 10110 | 100001110 | 101100 | 111101 |
Color Harmonies of #9B6FC7
Complementary color
Monochromatic Colors of #9B6FC7
Black with #9B6FC7
Text Example
Text Example
White with #9B6FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6FC7; }
p { color: rgb(155,111,199); }
H1.HeaderClassName
{
color: #9B6FC7;
}
.AnyTagClassName
{
color: #9B6FC7;
}
</style>
background-color css
<style>
a { background-color: #9B6FC7; }
a { background-color: rgb(155,111,199); }
div.DivClassName
{
background-color: #9B6FC7;
}
.BgClassName
{
background-color: #9B6FC7;
}
</style>
border-color css
<style>
span { border-color: #9B6FC7; }
span { border-color: rgb(155,111,199); }
td.TdClassName
{
border-color: #9B6FC7;
}
.TagClassName
{
border-color: #9B6FC7;
}
</style>