Shades of Venus #9A888D
Tints of Venus #9A888D
RGB
CMYK
RGB Variations
Color information
#9A888D (or 0x9A888D) is known color: Venus. HEX triplet: 9A, 88 and 8D. RGB value is (154,136,141). Sum of RGB (Red+Green+Blue) = 154+136+141=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 154 - color contains mainly: red. Hex color #9A888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A888D is #657772. Grayscale: #8D8D8D. Windows color (decimal): -6649715 or 9275546. OLE color: 9275546.
HSL color Cylindrical-coordinate representation of color #9A888D: hue angle of 343.33º 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 #9A888D is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 136 | 141 | - |
| CMYK | 0 | 0.12 | 0.08 | 0.40 |
| HSL | 343.33º | 0.08% | 0.57% | - |
| HSV(B) | 343.33º | 0.12% | 0.6% | - |
| XYZ | 26.94 | 26.4 | 28.88 | - |
| YUV | 141.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 136 | 141 | 0 | 0.12 | 0.08 | 0.40 | 343.33 | 0.08 | 0.57 |
| Hex | 9A | 88 | 8D | 0 | C | 8 | 28 | 157 | 8 | 39 |
| Octal | 232 | 210 | 215 | 0 | 14 | 10 | 50 | 527 | 10 | 71 |
| Binary | 10011010 | 10001000 | 10001101 | 0 | 1100 | 1000 | 101000 | 101010111 | 1000 | 111001 |
Color Harmonies of #9A888D
Complementary color
Monochromatic Colors of #9A888D
Black with #9A888D
Text Example
Text Example
White with #9A888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A888D; }
p { color: rgb(154,136,141); }
H1.HeaderClassName
{
color: #9A888D;
}
.AnyTagClassName
{
color: #9A888D;
}
</style>
background-color css
<style>
a { background-color: #9A888D; }
a { background-color: rgb(154,136,141); }
div.DivClassName
{
background-color: #9A888D;
}
.BgClassName
{
background-color: #9A888D;
}
</style>
border-color css
<style>
span { border-color: #9A888D; }
span { border-color: rgb(154,136,141); }
td.TdClassName
{
border-color: #9A888D;
}
.TagClassName
{
border-color: #9A888D;
}
</style>