Shades of Lilac Bush #9C75CC
Tints of Lilac Bush #9C75CC
RGB
CMYK
RGB Variations
Color information
#9C75CC (or 0x9C75CC) is known color: Lilac Bush. HEX triplet: 9C, 75 and CC. RGB value is (156,117,204). Sum of RGB (Red+Green+Blue) = 156+117+204=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 117 (46.09% from 255 or 24.53% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C75CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C75CC is #638A33. Grayscale: #8A8A8A. Windows color (decimal): -6523444 or 13399452. OLE color: 13399452.
HSL color Cylindrical-coordinate representation of color #9C75CC: hue angle of 266.9º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C75CC is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 117 | 204 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.2 |
| HSL | 266.9º | 0.46% | 0.63% | - |
| HSV(B) | 266.9º | 0.43% | 0.8% | - |
| XYZ | 30.97 | 24.15 | 60.16 | - |
| YUV | 138.58 | 164.92 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 117 | 204 | 0.24 | 0.43 | 0 | 0.2 | 266.9 | 0.46 | 0.63 |
| Hex | 9C | 75 | CC | 18 | 2B | 0 | 14 | 10B | 2E | 3F |
| Octal | 234 | 165 | 314 | 30 | 53 | 0 | 24 | 413 | 56 | 77 |
| Binary | 10011100 | 1110101 | 11001100 | 11000 | 101011 | 0 | 10100 | 100001011 | 101110 | 111111 |
Color Harmonies of #9C75CC
Complementary color
Monochromatic Colors of #9C75CC
Black with #9C75CC
Text Example
Text Example
White with #9C75CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C75CC; }
p { color: rgb(156,117,204); }
H1.HeaderClassName
{
color: #9C75CC;
}
.AnyTagClassName
{
color: #9C75CC;
}
</style>
background-color css
<style>
a { background-color: #9C75CC; }
a { background-color: rgb(156,117,204); }
div.DivClassName
{
background-color: #9C75CC;
}
.BgClassName
{
background-color: #9C75CC;
}
</style>
border-color css
<style>
span { border-color: #9C75CC; }
span { border-color: rgb(156,117,204); }
td.TdClassName
{
border-color: #9C75CC;
}
.TagClassName
{
border-color: #9C75CC;
}
</style>