Shades of Venus #9D7682
Tints of Venus #9D7682
RGB
CMYK
RGB Variations
Color information
#9D7682 (or 0x9D7682) is known color: Venus. HEX triplet: 9D, 76 and 82. RGB value is (157,118,130). Sum of RGB (Red+Green+Blue) = 157+118+130=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7682 is #62897D. Grayscale: #838383. Windows color (decimal): -6457726 or 8550045. OLE color: 8550045.
HSL color Cylindrical-coordinate representation of color #9D7682: hue angle of 341.54º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D7682 is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 118 | 130 | - |
| CMYK | 0 | 0.25 | 0.17 | 0.38 |
| HSL | 341.54º | 0.17% | 0.54% | - |
| HSV(B) | 341.54º | 0.25% | 0.62% | - |
| XYZ | 24.41 | 21.74 | 24.03 | - |
| YUV | 131.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 118 | 130 | 0 | 0.25 | 0.17 | 0.38 | 341.54 | 0.17 | 0.54 |
| Hex | 9D | 76 | 82 | 0 | 19 | 11 | 26 | 156 | 11 | 36 |
| Octal | 235 | 166 | 202 | 0 | 31 | 21 | 46 | 526 | 21 | 66 |
| Binary | 10011101 | 1110110 | 10000010 | 0 | 11001 | 10001 | 100110 | 101010110 | 10001 | 110110 |
Color Harmonies of #9D7682
Complementary color
Monochromatic Colors of #9D7682
Black with #9D7682
Text Example
Text Example
White with #9D7682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7682; }
p { color: rgb(157,118,130); }
H1.HeaderClassName
{
color: #9D7682;
}
.AnyTagClassName
{
color: #9D7682;
}
</style>
background-color css
<style>
a { background-color: #9D7682; }
a { background-color: rgb(157,118,130); }
div.DivClassName
{
background-color: #9D7682;
}
.BgClassName
{
background-color: #9D7682;
}
</style>
border-color css
<style>
span { border-color: #9D7682; }
span { border-color: rgb(157,118,130); }
td.TdClassName
{
border-color: #9D7682;
}
.TagClassName
{
border-color: #9D7682;
}
</style>