Shades of Venus #9D8588
Tints of Venus #9D8588
RGB
CMYK
RGB Variations
Color information
#9D8588 (or 0x9D8588) is known color: Venus. HEX triplet: 9D, 85 and 88. RGB value is (157,133,136). Sum of RGB (Red+Green+Blue) = 157+133+136=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8588 is #627A77. Grayscale: #8C8C8C. Windows color (decimal): -6453880 or 8947101. OLE color: 8947101.
HSL color Cylindrical-coordinate representation of color #9D8588: hue angle of 352.5º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9D8588 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 133 | 136 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.38 |
| HSL | 352.5º | 0.11% | 0.57% | - |
| HSV(B) | 352.5º | 0.15% | 0.62% | - |
| XYZ | 26.74 | 25.72 | 26.85 | - |
| YUV | 140.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 133 | 136 | 0 | 0.15 | 0.13 | 0.38 | 352.5 | 0.11 | 0.57 |
| Hex | 9D | 85 | 88 | 0 | F | D | 26 | 160 | B | 39 |
| Octal | 235 | 205 | 210 | 0 | 17 | 15 | 46 | 540 | 13 | 71 |
| Binary | 10011101 | 10000101 | 10001000 | 0 | 1111 | 1101 | 100110 | 101100000 | 1011 | 111001 |
Color Harmonies of #9D8588
Complementary color
Monochromatic Colors of #9D8588
Black with #9D8588
Text Example
Text Example
White with #9D8588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8588; }
p { color: rgb(157,133,136); }
H1.HeaderClassName
{
color: #9D8588;
}
.AnyTagClassName
{
color: #9D8588;
}
</style>
background-color css
<style>
a { background-color: #9D8588; }
a { background-color: rgb(157,133,136); }
div.DivClassName
{
background-color: #9D8588;
}
.BgClassName
{
background-color: #9D8588;
}
</style>
border-color css
<style>
span { border-color: #9D8588; }
span { border-color: rgb(157,133,136); }
td.TdClassName
{
border-color: #9D8588;
}
.TagClassName
{
border-color: #9D8588;
}
</style>