Shades of Lilac Bush #9C73CA
Tints of Lilac Bush #9C73CA
RGB
CMYK
RGB Variations
Color information
#9C73CA (or 0x9C73CA) is known color: Lilac Bush. HEX triplet: 9C, 73 and CA. RGB value is (156,115,202). Sum of RGB (Red+Green+Blue) = 156+115+202=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C73CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C73CA is #638C35. Grayscale: #888888. Windows color (decimal): -6523958 or 13267868. OLE color: 13267868.
HSL color Cylindrical-coordinate representation of color #9C73CA: hue angle of 268.28º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C73CA is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 115 | 202 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.21 |
| HSL | 268.28º | 0.45% | 0.62% | - |
| HSV(B) | 268.28º | 0.43% | 0.79% | - |
| XYZ | 30.5 | 23.59 | 58.82 | - |
| YUV | 137.18 | 164.58 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 115 | 202 | 0.23 | 0.43 | 0 | 0.21 | 268.28 | 0.45 | 0.62 |
| Hex | 9C | 73 | CA | 17 | 2B | 0 | 15 | 10C | 2D | 3E |
| Octal | 234 | 163 | 312 | 27 | 53 | 0 | 25 | 414 | 55 | 76 |
| Binary | 10011100 | 1110011 | 11001010 | 10111 | 101011 | 0 | 10101 | 100001100 | 101101 | 111110 |
Color Harmonies of #9C73CA
Complementary color
Monochromatic Colors of #9C73CA
Black with #9C73CA
Text Example
Text Example
White with #9C73CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C73CA; }
p { color: rgb(156,115,202); }
H1.HeaderClassName
{
color: #9C73CA;
}
.AnyTagClassName
{
color: #9C73CA;
}
</style>
background-color css
<style>
a { background-color: #9C73CA; }
a { background-color: rgb(156,115,202); }
div.DivClassName
{
background-color: #9C73CA;
}
.BgClassName
{
background-color: #9C73CA;
}
</style>
border-color css
<style>
span { border-color: #9C73CA; }
span { border-color: rgb(156,115,202); }
td.TdClassName
{
border-color: #9C73CA;
}
.TagClassName
{
border-color: #9C73CA;
}
</style>