Shades of Venus #9D7483
Tints of Venus #9D7483
RGB
CMYK
RGB Variations
Color information
#9D7483 (or 0x9D7483) is known color: Venus. HEX triplet: 9D, 74 and 83. RGB value is (157,116,131). Sum of RGB (Red+Green+Blue) = 157+116+131=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D7483 is #628B7C. Grayscale: #818181. Windows color (decimal): -6458237 or 8615069. OLE color: 8615069.
HSL color Cylindrical-coordinate representation of color #9D7483: hue angle of 338.05º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9D7483 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 116 | 131 | - |
| CMYK | 0 | 0.26 | 0.17 | 0.38 |
| HSL | 338.05º | 0.17% | 0.54% | - |
| HSV(B) | 338.05º | 0.26% | 0.62% | - |
| XYZ | 24.25 | 21.3 | 24.31 | - |
| YUV | 129.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 116 | 131 | 0 | 0.26 | 0.17 | 0.38 | 338.05 | 0.17 | 0.54 |
| Hex | 9D | 74 | 83 | 0 | 1A | 11 | 26 | 152 | 11 | 36 |
| Octal | 235 | 164 | 203 | 0 | 32 | 21 | 46 | 522 | 21 | 66 |
| Binary | 10011101 | 1110100 | 10000011 | 0 | 11010 | 10001 | 100110 | 101010010 | 10001 | 110110 |
Color Harmonies of #9D7483
Complementary color
Monochromatic Colors of #9D7483
Black with #9D7483
Text Example
Text Example
White with #9D7483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7483; }
p { color: rgb(157,116,131); }
H1.HeaderClassName
{
color: #9D7483;
}
.AnyTagClassName
{
color: #9D7483;
}
</style>
background-color css
<style>
a { background-color: #9D7483; }
a { background-color: rgb(157,116,131); }
div.DivClassName
{
background-color: #9D7483;
}
.BgClassName
{
background-color: #9D7483;
}
</style>
border-color css
<style>
span { border-color: #9D7483; }
span { border-color: rgb(157,116,131); }
td.TdClassName
{
border-color: #9D7483;
}
.TagClassName
{
border-color: #9D7483;
}
</style>