Shades of Venus #9E818A
Tints of Venus #9E818A
RGB
CMYK
RGB Variations
Color information
#9E818A (or 0x9E818A) is known color: Venus. HEX triplet: 9E, 81 and 8A. RGB value is (158,129,138). Sum of RGB (Red+Green+Blue) = 158+129+138=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 158 - color contains mainly: red. Hex color #9E818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E818A is #617E75. Grayscale: #8A8A8A. Windows color (decimal): -6389366 or 9077150. OLE color: 9077150.
HSL color Cylindrical-coordinate representation of color #9E818A: hue angle of 341.38º 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 #9E818A is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 129 | 138 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.38 |
| HSL | 341.38º | 0.13% | 0.56% | - |
| HSV(B) | 341.38º | 0.18% | 0.62% | - |
| XYZ | 26.54 | 24.8 | 27.43 | - |
| YUV | 138.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 129 | 138 | 0 | 0.18 | 0.13 | 0.38 | 341.38 | 0.13 | 0.56 |
| Hex | 9E | 81 | 8A | 0 | 12 | D | 26 | 155 | D | 38 |
| Octal | 236 | 201 | 212 | 0 | 22 | 15 | 46 | 525 | 15 | 70 |
| Binary | 10011110 | 10000001 | 10001010 | 0 | 10010 | 1101 | 100110 | 101010101 | 1101 | 111000 |
Color Harmonies of #9E818A
Complementary color
Monochromatic Colors of #9E818A
Black with #9E818A
Text Example
Text Example
White with #9E818A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E818A; }
p { color: rgb(158,129,138); }
H1.HeaderClassName
{
color: #9E818A;
}
.AnyTagClassName
{
color: #9E818A;
}
</style>
background-color css
<style>
a { background-color: #9E818A; }
a { background-color: rgb(158,129,138); }
div.DivClassName
{
background-color: #9E818A;
}
.BgClassName
{
background-color: #9E818A;
}
</style>
border-color css
<style>
span { border-color: #9E818A; }
span { border-color: rgb(158,129,138); }
td.TdClassName
{
border-color: #9E818A;
}
.TagClassName
{
border-color: #9E818A;
}
</style>