Shades of Venus #9C7D88
Tints of Venus #9C7D88
RGB
CMYK
RGB Variations
Color information
#9C7D88 (or 0x9C7D88) is known color: Venus. HEX triplet: 9C, 7D and 88. RGB value is (156,125,136). Sum of RGB (Red+Green+Blue) = 156+125+136=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7D88 is #638277. Grayscale: #878787. Windows color (decimal): -6521464 or 8945052. OLE color: 8945052.
HSL color Cylindrical-coordinate representation of color #9C7D88: hue angle of 338.71º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9C7D88 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 125 | 136 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.39 |
| HSL | 338.71º | 0.14% | 0.55% | - |
| HSV(B) | 338.71º | 0.2% | 0.61% | - |
| XYZ | 25.49 | 23.51 | 26.49 | - |
| YUV | 135.52 | 128.27 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 125 | 136 | 0 | 0.20 | 0.13 | 0.39 | 338.71 | 0.14 | 0.55 |
| Hex | 9C | 7D | 88 | 0 | 14 | D | 27 | 153 | E | 37 |
| Octal | 234 | 175 | 210 | 0 | 24 | 15 | 47 | 523 | 16 | 67 |
| Binary | 10011100 | 1111101 | 10001000 | 0 | 10100 | 1101 | 100111 | 101010011 | 1110 | 110111 |
Color Harmonies of #9C7D88
Complementary color
Monochromatic Colors of #9C7D88
Black with #9C7D88
Text Example
Text Example
White with #9C7D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7D88; }
p { color: rgb(156,125,136); }
H1.HeaderClassName
{
color: #9C7D88;
}
.AnyTagClassName
{
color: #9C7D88;
}
</style>
background-color css
<style>
a { background-color: #9C7D88; }
a { background-color: rgb(156,125,136); }
div.DivClassName
{
background-color: #9C7D88;
}
.BgClassName
{
background-color: #9C7D88;
}
</style>
border-color css
<style>
span { border-color: #9C7D88; }
span { border-color: rgb(156,125,136); }
td.TdClassName
{
border-color: #9C7D88;
}
.TagClassName
{
border-color: #9C7D88;
}
</style>