Shades of Venus #9B7C88
Tints of Venus #9B7C88
RGB
CMYK
RGB Variations
Color information
#9B7C88 (or 0x9B7C88) is known color: Venus. HEX triplet: 9B, 7C and 88. RGB value is (155,124,136). Sum of RGB (Red+Green+Blue) = 155+124+136=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7C88 is #648377. Grayscale: #868686. Windows color (decimal): -6587256 or 8944795. OLE color: 8944795.
HSL color Cylindrical-coordinate representation of color #9B7C88: hue angle of 336.77º degrees, saturation: 0.13, 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 #9B7C88 is Cyan = 0, Magento = 0.2, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 124 | 136 | - |
| CMYK | 0 | 0.2 | 0.12 | 0.39 |
| HSL | 336.77º | 0.13% | 0.55% | - |
| HSV(B) | 336.77º | 0.2% | 0.61% | - |
| XYZ | 25.17 | 23.16 | 26.44 | - |
| YUV | 134.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 124 | 136 | 0 | 0.2 | 0.12 | 0.39 | 336.77 | 0.13 | 0.55 |
| Hex | 9B | 7C | 88 | 0 | 14 | C | 27 | 151 | D | 37 |
| Octal | 233 | 174 | 210 | 0 | 24 | 14 | 47 | 521 | 15 | 67 |
| Binary | 10011011 | 1111100 | 10001000 | 0 | 10100 | 1100 | 100111 | 101010001 | 1101 | 110111 |
Color Harmonies of #9B7C88
Complementary color
Monochromatic Colors of #9B7C88
Black with #9B7C88
Text Example
Text Example
White with #9B7C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7C88; }
p { color: rgb(155,124,136); }
H1.HeaderClassName
{
color: #9B7C88;
}
.AnyTagClassName
{
color: #9B7C88;
}
</style>
background-color css
<style>
a { background-color: #9B7C88; }
a { background-color: rgb(155,124,136); }
div.DivClassName
{
background-color: #9B7C88;
}
.BgClassName
{
background-color: #9B7C88;
}
</style>
border-color css
<style>
span { border-color: #9B7C88; }
span { border-color: rgb(155,124,136); }
td.TdClassName
{
border-color: #9B7C88;
}
.TagClassName
{
border-color: #9B7C88;
}
</style>