Shades of Venus #9C7480
Tints of Venus #9C7480
RGB
CMYK
RGB Variations
Color information
#9C7480 (or 0x9C7480) is known color: Venus. HEX triplet: 9C, 74 and 80. RGB value is (156,116,128). Sum of RGB (Red+Green+Blue) = 156+116+128=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7480 is #638B7F. Grayscale: #818181. Windows color (decimal): -6523776 or 8418460. OLE color: 8418460.
HSL color Cylindrical-coordinate representation of color #9C7480: hue angle of 342º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C7480 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 116 | 128 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.39 |
| HSL | 342º | 0.17% | 0.53% | - |
| HSV(B) | 342º | 0.26% | 0.61% | - |
| XYZ | 23.85 | 21.12 | 23.24 | - |
| YUV | 129.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 128 | 0 | 0.26 | 0.18 | 0.39 | 342 | 0.17 | 0.53 |
| Hex | 9C | 74 | 80 | 0 | 1A | 12 | 27 | 156 | 11 | 35 |
| Octal | 234 | 164 | 200 | 0 | 32 | 22 | 47 | 526 | 21 | 65 |
| Binary | 10011100 | 1110100 | 10000000 | 0 | 11010 | 10010 | 100111 | 101010110 | 10001 | 110101 |
Color Harmonies of #9C7480
Complementary color
Monochromatic Colors of #9C7480
Black with #9C7480
Text Example
Text Example
White with #9C7480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7480; }
p { color: rgb(156,116,128); }
H1.HeaderClassName
{
color: #9C7480;
}
.AnyTagClassName
{
color: #9C7480;
}
</style>
background-color css
<style>
a { background-color: #9C7480; }
a { background-color: rgb(156,116,128); }
div.DivClassName
{
background-color: #9C7480;
}
.BgClassName
{
background-color: #9C7480;
}
</style>
border-color css
<style>
span { border-color: #9C7480; }
span { border-color: rgb(156,116,128); }
td.TdClassName
{
border-color: #9C7480;
}
.TagClassName
{
border-color: #9C7480;
}
</style>