Shades of Venus #9C7C88
Tints of Venus #9C7C88
RGB
CMYK
RGB Variations
Color information
#9C7C88 (or 0x9C7C88) is known color: Venus. HEX triplet: 9C, 7C and 88. RGB value is (156,124,136). Sum of RGB (Red+Green+Blue) = 156+124+136=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7C88 is #638377. Grayscale: #868686. Windows color (decimal): -6521720 or 8944796. OLE color: 8944796.
HSL color Cylindrical-coordinate representation of color #9C7C88: hue angle of 337.5º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9C7C88 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 124 | 136 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.39 |
| HSL | 337.5º | 0.14% | 0.55% | - |
| HSV(B) | 337.5º | 0.21% | 0.61% | - |
| XYZ | 25.36 | 23.26 | 26.45 | - |
| YUV | 134.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 124 | 136 | 0 | 0.21 | 0.13 | 0.39 | 337.5 | 0.14 | 0.55 |
| Hex | 9C | 7C | 88 | 0 | 15 | D | 27 | 152 | E | 37 |
| Octal | 234 | 174 | 210 | 0 | 25 | 15 | 47 | 522 | 16 | 67 |
| Binary | 10011100 | 1111100 | 10001000 | 0 | 10101 | 1101 | 100111 | 101010010 | 1110 | 110111 |
Color Harmonies of #9C7C88
Complementary color
Monochromatic Colors of #9C7C88
Black with #9C7C88
Text Example
Text Example
White with #9C7C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7C88; }
p { color: rgb(156,124,136); }
H1.HeaderClassName
{
color: #9C7C88;
}
.AnyTagClassName
{
color: #9C7C88;
}
</style>
background-color css
<style>
a { background-color: #9C7C88; }
a { background-color: rgb(156,124,136); }
div.DivClassName
{
background-color: #9C7C88;
}
.BgClassName
{
background-color: #9C7C88;
}
</style>
border-color css
<style>
span { border-color: #9C7C88; }
span { border-color: rgb(156,124,136); }
td.TdClassName
{
border-color: #9C7C88;
}
.TagClassName
{
border-color: #9C7C88;
}
</style>