Shades of Venus #9B8588
Tints of Venus #9B8588
RGB
CMYK
RGB Variations
Color information
#9B8588 (or 0x9B8588) is known color: Venus. HEX triplet: 9B, 85 and 88. RGB value is (155,133,136). Sum of RGB (Red+Green+Blue) = 155+133+136=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8588 is #647A77. Grayscale: #8B8B8B. Windows color (decimal): -6584952 or 8947099. OLE color: 8947099.
HSL color Cylindrical-coordinate representation of color #9B8588: hue angle of 351.82º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B8588 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 133 | 136 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.39 |
| HSL | 351.82º | 0.1% | 0.56% | - |
| HSV(B) | 351.82º | 0.14% | 0.61% | - |
| XYZ | 26.35 | 25.52 | 26.83 | - |
| YUV | 139.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 133 | 136 | 0 | 0.14 | 0.12 | 0.39 | 351.82 | 0.1 | 0.56 |
| Hex | 9B | 85 | 88 | 0 | E | C | 27 | 160 | A | 38 |
| Octal | 233 | 205 | 210 | 0 | 16 | 14 | 47 | 540 | 12 | 70 |
| Binary | 10011011 | 10000101 | 10001000 | 0 | 1110 | 1100 | 100111 | 101100000 | 1010 | 111000 |
Color Harmonies of #9B8588
Complementary color
Monochromatic Colors of #9B8588
Black with #9B8588
Text Example
Text Example
White with #9B8588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8588; }
p { color: rgb(155,133,136); }
H1.HeaderClassName
{
color: #9B8588;
}
.AnyTagClassName
{
color: #9B8588;
}
</style>
background-color css
<style>
a { background-color: #9B8588; }
a { background-color: rgb(155,133,136); }
div.DivClassName
{
background-color: #9B8588;
}
.BgClassName
{
background-color: #9B8588;
}
</style>
border-color css
<style>
span { border-color: #9B8588; }
span { border-color: rgb(155,133,136); }
td.TdClassName
{
border-color: #9B8588;
}
.TagClassName
{
border-color: #9B8588;
}
</style>