Shades of Venus #9E828B
Tints of Venus #9E828B
RGB
CMYK
RGB Variations
Color information
#9E828B (or 0x9E828B) is known color: Venus. HEX triplet: 9E, 82 and 8B. RGB value is (158,130,139). Sum of RGB (Red+Green+Blue) = 158+130+139=427 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.00% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 158 - color contains mainly: red. Hex color #9E828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E828B is #617D74. Grayscale: #8B8B8B. Windows color (decimal): -6389109 or 9142942. OLE color: 9142942.
HSL color Cylindrical-coordinate representation of color #9E828B: hue angle of 340.71º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9E828B is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 130 | 139 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.38 |
| HSL | 340.71º | 0.13% | 0.56% | - |
| HSV(B) | 340.71º | 0.18% | 0.62% | - |
| XYZ | 26.74 | 25.1 | 27.86 | - |
| YUV | 139.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 130 | 139 | 0 | 0.18 | 0.12 | 0.38 | 340.71 | 0.13 | 0.56 |
| Hex | 9E | 82 | 8B | 0 | 12 | C | 26 | 155 | D | 38 |
| Octal | 236 | 202 | 213 | 0 | 22 | 14 | 46 | 525 | 15 | 70 |
| Binary | 10011110 | 10000010 | 10001011 | 0 | 10010 | 1100 | 100110 | 101010101 | 1101 | 111000 |
Color Harmonies of #9E828B
Complementary color
Monochromatic Colors of #9E828B
Black with #9E828B
Text Example
Text Example
White with #9E828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E828B; }
p { color: rgb(158,130,139); }
H1.HeaderClassName
{
color: #9E828B;
}
.AnyTagClassName
{
color: #9E828B;
}
</style>
background-color css
<style>
a { background-color: #9E828B; }
a { background-color: rgb(158,130,139); }
div.DivClassName
{
background-color: #9E828B;
}
.BgClassName
{
background-color: #9E828B;
}
</style>
border-color css
<style>
span { border-color: #9E828B; }
span { border-color: rgb(158,130,139); }
td.TdClassName
{
border-color: #9E828B;
}
.TagClassName
{
border-color: #9E828B;
}
</style>