Shades of Venus #9E7481
Tints of Venus #9E7481
RGB
CMYK
RGB Variations
Color information
#9E7481 (or 0x9E7481) is known color: Venus. HEX triplet: 9E, 74 and 81. RGB value is (158,116,129). Sum of RGB (Red+Green+Blue) = 158+116+129=403 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.21% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7481 is #618B7E. Grayscale: #828282. Windows color (decimal): -6392703 or 8483998. OLE color: 8483998.
HSL color Cylindrical-coordinate representation of color #9E7481: hue angle of 341.43º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9E7481 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 116 | 129 | - |
| CMYK | 0 | 0.27 | 0.18 | 0.38 |
| HSL | 341.43º | 0.18% | 0.54% | - |
| HSV(B) | 341.43º | 0.27% | 0.62% | - |
| XYZ | 24.31 | 21.34 | 23.61 | - |
| YUV | 130.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 116 | 129 | 0 | 0.27 | 0.18 | 0.38 | 341.43 | 0.18 | 0.54 |
| Hex | 9E | 74 | 81 | 0 | 1B | 12 | 26 | 155 | 12 | 36 |
| Octal | 236 | 164 | 201 | 0 | 33 | 22 | 46 | 525 | 22 | 66 |
| Binary | 10011110 | 1110100 | 10000001 | 0 | 11011 | 10010 | 100110 | 101010101 | 10010 | 110110 |
Color Harmonies of #9E7481
Complementary color
Monochromatic Colors of #9E7481
Black with #9E7481
Text Example
Text Example
White with #9E7481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7481; }
p { color: rgb(158,116,129); }
H1.HeaderClassName
{
color: #9E7481;
}
.AnyTagClassName
{
color: #9E7481;
}
</style>
background-color css
<style>
a { background-color: #9E7481; }
a { background-color: rgb(158,116,129); }
div.DivClassName
{
background-color: #9E7481;
}
.BgClassName
{
background-color: #9E7481;
}
</style>
border-color css
<style>
span { border-color: #9E7481; }
span { border-color: rgb(158,116,129); }
td.TdClassName
{
border-color: #9E7481;
}
.TagClassName
{
border-color: #9E7481;
}
</style>