Shades of Venus #9C7E84
Tints of Venus #9C7E84
RGB
CMYK
RGB Variations
Color information
#9C7E84 (or 0x9C7E84) is known color: Venus. HEX triplet: 9C, 7E and 84. RGB value is (156,126,132). Sum of RGB (Red+Green+Blue) = 156+126+132=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7E84 is #63817B. Grayscale: #878787. Windows color (decimal): -6521212 or 8683164. OLE color: 8683164.
HSL color Cylindrical-coordinate representation of color #9C7E84: hue angle of 348º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9C7E84 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 126 | 132 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.39 |
| HSL | 348º | 0.13% | 0.55% | - |
| HSV(B) | 348º | 0.19% | 0.61% | - |
| XYZ | 25.34 | 23.66 | 25.06 | - |
| YUV | 135.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 126 | 132 | 0 | 0.19 | 0.15 | 0.39 | 348 | 0.13 | 0.55 |
| Hex | 9C | 7E | 84 | 0 | 13 | F | 27 | 15C | D | 37 |
| Octal | 234 | 176 | 204 | 0 | 23 | 17 | 47 | 534 | 15 | 67 |
| Binary | 10011100 | 1111110 | 10000100 | 0 | 10011 | 1111 | 100111 | 101011100 | 1101 | 110111 |
Color Harmonies of #9C7E84
Complementary color
Monochromatic Colors of #9C7E84
Black with #9C7E84
Text Example
Text Example
White with #9C7E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7E84; }
p { color: rgb(156,126,132); }
H1.HeaderClassName
{
color: #9C7E84;
}
.AnyTagClassName
{
color: #9C7E84;
}
</style>
background-color css
<style>
a { background-color: #9C7E84; }
a { background-color: rgb(156,126,132); }
div.DivClassName
{
background-color: #9C7E84;
}
.BgClassName
{
background-color: #9C7E84;
}
</style>
border-color css
<style>
span { border-color: #9C7E84; }
span { border-color: rgb(156,126,132); }
td.TdClassName
{
border-color: #9C7E84;
}
.TagClassName
{
border-color: #9C7E84;
}
</style>