Shades of Lilac Bush #9C77CD
Tints of Lilac Bush #9C77CD
RGB
CMYK
RGB Variations
Color information
#9C77CD (or 0x9C77CD) is known color: Lilac Bush. HEX triplet: 9C, 77 and CD. RGB value is (156,119,205). Sum of RGB (Red+Green+Blue) = 156+119+205=480 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.5% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C77CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C77CD is #638832. Grayscale: #8B8B8B. Windows color (decimal): -6522931 or 13465500. OLE color: 13465500.
HSL color Cylindrical-coordinate representation of color #9C77CD: hue angle of 265.81º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C77CD is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 119 | 205 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.20 |
| HSL | 265.81º | 0.46% | 0.64% | - |
| HSV(B) | 265.81º | 0.42% | 0.8% | - |
| XYZ | 31.33 | 24.67 | 60.87 | - |
| YUV | 139.87 | 164.76 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 119 | 205 | 0.24 | 0.42 | 0 | 0.20 | 265.81 | 0.46 | 0.64 |
| Hex | 9C | 77 | CD | 18 | 2A | 0 | 14 | 10A | 2E | 40 |
| Octal | 234 | 167 | 315 | 30 | 52 | 0 | 24 | 412 | 56 | 100 |
| Binary | 10011100 | 1110111 | 11001101 | 11000 | 101010 | 0 | 10100 | 100001010 | 101110 | 1000000 |
Color Harmonies of #9C77CD
Complementary color
Monochromatic Colors of #9C77CD
Black with #9C77CD
Text Example
Text Example
White with #9C77CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C77CD; }
p { color: rgb(156,119,205); }
H1.HeaderClassName
{
color: #9C77CD;
}
.AnyTagClassName
{
color: #9C77CD;
}
</style>
background-color css
<style>
a { background-color: #9C77CD; }
a { background-color: rgb(156,119,205); }
div.DivClassName
{
background-color: #9C77CD;
}
.BgClassName
{
background-color: #9C77CD;
}
</style>
border-color css
<style>
span { border-color: #9C77CD; }
span { border-color: rgb(156,119,205); }
td.TdClassName
{
border-color: #9C77CD;
}
.TagClassName
{
border-color: #9C77CD;
}
</style>