Shades of Venus #9E848A
Tints of Venus #9E848A
RGB
CMYK
RGB Variations
Color information
#9E848A (or 0x9E848A) is known color: Venus. HEX triplet: 9E, 84 and 8A. RGB value is (158,132,138). Sum of RGB (Red+Green+Blue) = 158+132+138=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 158 - color contains mainly: red. Hex color #9E848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E848A is #617B75. Grayscale: #8C8C8C. Windows color (decimal): -6388598 or 9077918. OLE color: 9077918.
HSL color Cylindrical-coordinate representation of color #9E848A: hue angle of 346.15º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9E848A is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 132 | 138 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.38 |
| HSL | 346.15º | 0.12% | 0.57% | - |
| HSV(B) | 346.15º | 0.16% | 0.62% | - |
| XYZ | 26.94 | 25.61 | 27.57 | - |
| YUV | 140.46 | 126.61 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 132 | 138 | 0 | 0.16 | 0.13 | 0.38 | 346.15 | 0.12 | 0.57 |
| Hex | 9E | 84 | 8A | 0 | 10 | D | 26 | 15A | C | 39 |
| Octal | 236 | 204 | 212 | 0 | 20 | 15 | 46 | 532 | 14 | 71 |
| Binary | 10011110 | 10000100 | 10001010 | 0 | 10000 | 1101 | 100110 | 101011010 | 1100 | 111001 |
Color Harmonies of #9E848A
Complementary color
Monochromatic Colors of #9E848A
Black with #9E848A
Text Example
Text Example
White with #9E848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E848A; }
p { color: rgb(158,132,138); }
H1.HeaderClassName
{
color: #9E848A;
}
.AnyTagClassName
{
color: #9E848A;
}
</style>
background-color css
<style>
a { background-color: #9E848A; }
a { background-color: rgb(158,132,138); }
div.DivClassName
{
background-color: #9E848A;
}
.BgClassName
{
background-color: #9E848A;
}
</style>
border-color css
<style>
span { border-color: #9E848A; }
span { border-color: rgb(158,132,138); }
td.TdClassName
{
border-color: #9E848A;
}
.TagClassName
{
border-color: #9E848A;
}
</style>