Shades of Venus #9B8285
Tints of Venus #9B8285
RGB
CMYK
RGB Variations
Color information
#9B8285 (or 0x9B8285) is known color: Venus. HEX triplet: 9B, 82 and 85. RGB value is (155,130,133). Sum of RGB (Red+Green+Blue) = 155+130+133=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8285 is #647D7A. Grayscale: #898989. Windows color (decimal): -6585723 or 8749723. OLE color: 8749723.
HSL color Cylindrical-coordinate representation of color #9B8285: hue angle of 352.8º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9B8285 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 130 | 133 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.39 |
| HSL | 352.8º | 0.11% | 0.56% | - |
| HSV(B) | 352.8º | 0.16% | 0.61% | - |
| XYZ | 25.73 | 24.63 | 25.59 | - |
| YUV | 137.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 130 | 133 | 0 | 0.16 | 0.14 | 0.39 | 352.8 | 0.11 | 0.56 |
| Hex | 9B | 82 | 85 | 0 | 10 | E | 27 | 161 | B | 38 |
| Octal | 233 | 202 | 205 | 0 | 20 | 16 | 47 | 541 | 13 | 70 |
| Binary | 10011011 | 10000010 | 10000101 | 0 | 10000 | 1110 | 100111 | 101100001 | 1011 | 111000 |
Color Harmonies of #9B8285
Complementary color
Monochromatic Colors of #9B8285
Black with #9B8285
Text Example
Text Example
White with #9B8285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8285; }
p { color: rgb(155,130,133); }
H1.HeaderClassName
{
color: #9B8285;
}
.AnyTagClassName
{
color: #9B8285;
}
</style>
background-color css
<style>
a { background-color: #9B8285; }
a { background-color: rgb(155,130,133); }
div.DivClassName
{
background-color: #9B8285;
}
.BgClassName
{
background-color: #9B8285;
}
</style>
border-color css
<style>
span { border-color: #9B8285; }
span { border-color: rgb(155,130,133); }
td.TdClassName
{
border-color: #9B8285;
}
.TagClassName
{
border-color: #9B8285;
}
</style>