Shades of Venus #9D7885
Tints of Venus #9D7885
RGB
CMYK
RGB Variations
Color information
#9D7885 (or 0x9D7885) is known color: Venus. HEX triplet: 9D, 78 and 85. RGB value is (157,120,133). Sum of RGB (Red+Green+Blue) = 157+120+133=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7885 is #62877A. Grayscale: #848484. Windows color (decimal): -6457211 or 8747165. OLE color: 8747165.
HSL color Cylindrical-coordinate representation of color #9D7885: hue angle of 338.92º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9D7885 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 120 | 133 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.38 |
| HSL | 338.92º | 0.16% | 0.54% | - |
| HSV(B) | 338.92º | 0.24% | 0.62% | - |
| XYZ | 24.85 | 22.29 | 25.18 | - |
| YUV | 132.55 | 128.26 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 120 | 133 | 0 | 0.24 | 0.15 | 0.38 | 338.92 | 0.16 | 0.54 |
| Hex | 9D | 78 | 85 | 0 | 18 | F | 26 | 153 | 10 | 36 |
| Octal | 235 | 170 | 205 | 0 | 30 | 17 | 46 | 523 | 20 | 66 |
| Binary | 10011101 | 1111000 | 10000101 | 0 | 11000 | 1111 | 100110 | 101010011 | 10000 | 110110 |
Color Harmonies of #9D7885
Complementary color
Monochromatic Colors of #9D7885
Black with #9D7885
Text Example
Text Example
White with #9D7885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7885; }
p { color: rgb(157,120,133); }
H1.HeaderClassName
{
color: #9D7885;
}
.AnyTagClassName
{
color: #9D7885;
}
</style>
background-color css
<style>
a { background-color: #9D7885; }
a { background-color: rgb(157,120,133); }
div.DivClassName
{
background-color: #9D7885;
}
.BgClassName
{
background-color: #9D7885;
}
</style>
border-color css
<style>
span { border-color: #9D7885; }
span { border-color: rgb(157,120,133); }
td.TdClassName
{
border-color: #9D7885;
}
.TagClassName
{
border-color: #9D7885;
}
</style>