Shades of Venus #9B7B88
Tints of Venus #9B7B88
RGB
CMYK
RGB Variations
Color information
#9B7B88 (or 0x9B7B88) is known color: Venus. HEX triplet: 9B, 7B and 88. RGB value is (155,123,136). Sum of RGB (Red+Green+Blue) = 155+123+136=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7B88 is #648477. Grayscale: #868686. Windows color (decimal): -6587512 or 8944539. OLE color: 8944539.
HSL color Cylindrical-coordinate representation of color #9B7B88: hue angle of 335.62º 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 #9B7B88 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 123 | 136 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.39 |
| HSL | 335.63º | 0.14% | 0.55% | - |
| HSV(B) | 335.63º | 0.21% | 0.61% | - |
| XYZ | 25.04 | 22.91 | 26.4 | - |
| YUV | 134.05 | 129.1 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 136 | 0 | 0.21 | 0.12 | 0.39 | 335.63 | 0.14 | 0.55 |
| Hex | 9B | 7B | 88 | 0 | 15 | C | 27 | 150 | E | 37 |
| Octal | 233 | 173 | 210 | 0 | 25 | 14 | 47 | 520 | 16 | 67 |
| Binary | 10011011 | 1111011 | 10001000 | 0 | 10101 | 1100 | 100111 | 101010000 | 1110 | 110111 |
Color Harmonies of #9B7B88
Complementary color
Monochromatic Colors of #9B7B88
Black with #9B7B88
Text Example
Text Example
White with #9B7B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7B88; }
p { color: rgb(155,123,136); }
H1.HeaderClassName
{
color: #9B7B88;
}
.AnyTagClassName
{
color: #9B7B88;
}
</style>
background-color css
<style>
a { background-color: #9B7B88; }
a { background-color: rgb(155,123,136); }
div.DivClassName
{
background-color: #9B7B88;
}
.BgClassName
{
background-color: #9B7B88;
}
</style>
border-color css
<style>
span { border-color: #9B7B88; }
span { border-color: rgb(155,123,136); }
td.TdClassName
{
border-color: #9B7B88;
}
.TagClassName
{
border-color: #9B7B88;
}
</style>