Shades of Venus #9B7E84
Tints of Venus #9B7E84
RGB
CMYK
RGB Variations
Color information
#9B7E84 (or 0x9B7E84) is known color: Venus. HEX triplet: 9B, 7E and 84. RGB value is (155,126,132). Sum of RGB (Red+Green+Blue) = 155+126+132=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7E84 is #64817B. Grayscale: #878787. Windows color (decimal): -6586748 or 8683163. OLE color: 8683163.
HSL color Cylindrical-coordinate representation of color #9B7E84: hue angle of 347.59º 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 #9B7E84 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 126 | 132 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.39 |
| HSL | 347.59º | 0.13% | 0.55% | - |
| HSV(B) | 347.59º | 0.19% | 0.61% | - |
| XYZ | 25.14 | 23.56 | 25.05 | - |
| YUV | 135.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 126 | 132 | 0 | 0.19 | 0.15 | 0.39 | 347.59 | 0.13 | 0.55 |
| Hex | 9B | 7E | 84 | 0 | 13 | F | 27 | 15C | D | 37 |
| Octal | 233 | 176 | 204 | 0 | 23 | 17 | 47 | 534 | 15 | 67 |
| Binary | 10011011 | 1111110 | 10000100 | 0 | 10011 | 1111 | 100111 | 101011100 | 1101 | 110111 |
Color Harmonies of #9B7E84
Complementary color
Monochromatic Colors of #9B7E84
Black with #9B7E84
Text Example
Text Example
White with #9B7E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7E84; }
p { color: rgb(155,126,132); }
H1.HeaderClassName
{
color: #9B7E84;
}
.AnyTagClassName
{
color: #9B7E84;
}
</style>
background-color css
<style>
a { background-color: #9B7E84; }
a { background-color: rgb(155,126,132); }
div.DivClassName
{
background-color: #9B7E84;
}
.BgClassName
{
background-color: #9B7E84;
}
</style>
border-color css
<style>
span { border-color: #9B7E84; }
span { border-color: rgb(155,126,132); }
td.TdClassName
{
border-color: #9B7E84;
}
.TagClassName
{
border-color: #9B7E84;
}
</style>