Shades of Venus #9D7987
Tints of Venus #9D7987
RGB
CMYK
RGB Variations
Color information
#9D7987 (or 0x9D7987) is known color: Venus. HEX triplet: 9D, 79 and 87. RGB value is (157,121,135). Sum of RGB (Red+Green+Blue) = 157+121+135=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7987 is #628678. Grayscale: #858585. Windows color (decimal): -6456953 or 8878493. OLE color: 8878493.
HSL color Cylindrical-coordinate representation of color #9D7987: hue angle of 336.67º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D7987 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 121 | 135 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.38 |
| HSL | 336.67º | 0.16% | 0.55% | - |
| HSV(B) | 336.67º | 0.23% | 0.62% | - |
| XYZ | 25.12 | 22.59 | 25.96 | - |
| YUV | 133.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 121 | 135 | 0 | 0.23 | 0.14 | 0.38 | 336.67 | 0.16 | 0.55 |
| Hex | 9D | 79 | 87 | 0 | 17 | E | 26 | 151 | 10 | 37 |
| Octal | 235 | 171 | 207 | 0 | 27 | 16 | 46 | 521 | 20 | 67 |
| Binary | 10011101 | 1111001 | 10000111 | 0 | 10111 | 1110 | 100110 | 101010001 | 10000 | 110111 |
Color Harmonies of #9D7987
Complementary color
Monochromatic Colors of #9D7987
Black with #9D7987
Text Example
Text Example
White with #9D7987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7987; }
p { color: rgb(157,121,135); }
H1.HeaderClassName
{
color: #9D7987;
}
.AnyTagClassName
{
color: #9D7987;
}
</style>
background-color css
<style>
a { background-color: #9D7987; }
a { background-color: rgb(157,121,135); }
div.DivClassName
{
background-color: #9D7987;
}
.BgClassName
{
background-color: #9D7987;
}
</style>
border-color css
<style>
span { border-color: #9D7987; }
span { border-color: rgb(157,121,135); }
td.TdClassName
{
border-color: #9D7987;
}
.TagClassName
{
border-color: #9D7987;
}
</style>