Shades of Venus #9B8288
Tints of Venus #9B8288
RGB
CMYK
RGB Variations
Color information
#9B8288 (or 0x9B8288) is known color: Venus. HEX triplet: 9B, 82 and 88. RGB value is (155,130,136). Sum of RGB (Red+Green+Blue) = 155+130+136=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8288 is #647D77. Grayscale: #8A8A8A. Windows color (decimal): -6585720 or 8946331. OLE color: 8946331.
HSL color Cylindrical-coordinate representation of color #9B8288: hue angle of 345.6º 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 #9B8288 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 130 | 136 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.39 |
| HSL | 345.6º | 0.11% | 0.56% | - |
| HSV(B) | 345.6º | 0.16% | 0.61% | - |
| XYZ | 25.94 | 24.71 | 26.69 | - |
| YUV | 138.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 130 | 136 | 0 | 0.16 | 0.12 | 0.39 | 345.6 | 0.11 | 0.56 |
| Hex | 9B | 82 | 88 | 0 | 10 | C | 27 | 15A | B | 38 |
| Octal | 233 | 202 | 210 | 0 | 20 | 14 | 47 | 532 | 13 | 70 |
| Binary | 10011011 | 10000010 | 10001000 | 0 | 10000 | 1100 | 100111 | 101011010 | 1011 | 111000 |
Color Harmonies of #9B8288
Complementary color
Monochromatic Colors of #9B8288
Black with #9B8288
Text Example
Text Example
White with #9B8288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8288; }
p { color: rgb(155,130,136); }
H1.HeaderClassName
{
color: #9B8288;
}
.AnyTagClassName
{
color: #9B8288;
}
</style>
background-color css
<style>
a { background-color: #9B8288; }
a { background-color: rgb(155,130,136); }
div.DivClassName
{
background-color: #9B8288;
}
.BgClassName
{
background-color: #9B8288;
}
</style>
border-color css
<style>
span { border-color: #9B8288; }
span { border-color: rgb(155,130,136); }
td.TdClassName
{
border-color: #9B8288;
}
.TagClassName
{
border-color: #9B8288;
}
</style>