Shades of Venus #9B7B82
Tints of Venus #9B7B82
RGB
CMYK
RGB Variations
Color information
#9B7B82 (or 0x9B7B82) is known color: Venus. HEX triplet: 9B, 7B and 82. RGB value is (155,123,130). Sum of RGB (Red+Green+Blue) = 155+123+130=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7B82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7B82 is #64847D. Grayscale: #858585. Windows color (decimal): -6587518 or 8551323. OLE color: 8551323.
HSL color Cylindrical-coordinate representation of color #9B7B82: hue angle of 346.88º 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 #9B7B82 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 123 | 130 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.39 |
| HSL | 346.88º | 0.14% | 0.55% | - |
| HSV(B) | 346.88º | 0.21% | 0.61% | - |
| XYZ | 24.63 | 22.75 | 24.21 | - |
| YUV | 133.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 123 | 130 | 0 | 0.21 | 0.16 | 0.39 | 346.88 | 0.14 | 0.55 |
| Hex | 9B | 7B | 82 | 0 | 15 | 10 | 27 | 15B | E | 37 |
| Octal | 233 | 173 | 202 | 0 | 25 | 20 | 47 | 533 | 16 | 67 |
| Binary | 10011011 | 1111011 | 10000010 | 0 | 10101 | 10000 | 100111 | 101011011 | 1110 | 110111 |
Color Harmonies of #9B7B82
Complementary color
Monochromatic Colors of #9B7B82
Black with #9B7B82
Text Example
Text Example
White with #9B7B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7B82; }
p { color: rgb(155,123,130); }
H1.HeaderClassName
{
color: #9B7B82;
}
.AnyTagClassName
{
color: #9B7B82;
}
</style>
background-color css
<style>
a { background-color: #9B7B82; }
a { background-color: rgb(155,123,130); }
div.DivClassName
{
background-color: #9B7B82;
}
.BgClassName
{
background-color: #9B7B82;
}
</style>
border-color css
<style>
span { border-color: #9B7B82; }
span { border-color: rgb(155,123,130); }
td.TdClassName
{
border-color: #9B7B82;
}
.TagClassName
{
border-color: #9B7B82;
}
</style>