Shades of Venus #9A888E
Tints of Venus #9A888E
RGB
CMYK
RGB Variations
Color information
#9A888E (or 0x9A888E) is known color: Venus. HEX triplet: 9A, 88 and 8E. RGB value is (154,136,142). Sum of RGB (Red+Green+Blue) = 154+136+142=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 154 - color contains mainly: red. Hex color #9A888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A888E is #657771. Grayscale: #8E8E8E. Windows color (decimal): -6649714 or 9341082. OLE color: 9341082.
HSL color Cylindrical-coordinate representation of color #9A888E: hue angle of 340º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9A888E is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 136 | 142 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.40 |
| HSL | 340º | 0.08% | 0.57% | - |
| HSV(B) | 340º | 0.12% | 0.6% | - |
| XYZ | 27.01 | 26.43 | 29.27 | - |
| YUV | 142.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 136 | 142 | 0 | 0.12 | 0.08 | 0.40 | 340 | 0.08 | 0.57 |
| Hex | 9A | 88 | 8E | 0 | C | 8 | 28 | 154 | 8 | 39 |
| Octal | 232 | 210 | 216 | 0 | 14 | 10 | 50 | 524 | 10 | 71 |
| Binary | 10011010 | 10001000 | 10001110 | 0 | 1100 | 1000 | 101000 | 101010100 | 1000 | 111001 |
Color Harmonies of #9A888E
Complementary color
Monochromatic Colors of #9A888E
Black with #9A888E
Text Example
Text Example
White with #9A888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A888E; }
p { color: rgb(154,136,142); }
H1.HeaderClassName
{
color: #9A888E;
}
.AnyTagClassName
{
color: #9A888E;
}
</style>
background-color css
<style>
a { background-color: #9A888E; }
a { background-color: rgb(154,136,142); }
div.DivClassName
{
background-color: #9A888E;
}
.BgClassName
{
background-color: #9A888E;
}
</style>
border-color css
<style>
span { border-color: #9A888E; }
span { border-color: rgb(154,136,142); }
td.TdClassName
{
border-color: #9A888E;
}
.TagClassName
{
border-color: #9A888E;
}
</style>