Shades of Venus #9A898C
Tints of Venus #9A898C
RGB
CMYK
RGB Variations
Color information
#9A898C (or 0x9A898C) is known color: Venus. HEX triplet: 9A, 89 and 8C. RGB value is (154,137,140). Sum of RGB (Red+Green+Blue) = 154+137+140=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 154 - color contains mainly: red. Hex color #9A898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A898C is #657673. Grayscale: #8E8E8E. Windows color (decimal): -6649460 or 9210266. OLE color: 9210266.
HSL color Cylindrical-coordinate representation of color #9A898C: hue angle of 349.41º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9A898C is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
RGB | 154 | 137 | 140 | - |
CMYK | 0 | 0.11 | 0.09 | 0.40 |
HSL | 349.41º | 0.08% | 0.57% | - |
HSV(B) | 349.41º | 0.11% | 0.6% | - |
XYZ | 27.01 | 26.65 | 28.53 | - |
YUV | 142.43 | 126.63 | 136.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 154 | 137 | 140 | 0 | 0.11 | 0.09 | 0.40 | 349.41 | 0.08 | 0.57 |
Hex | 9A | 89 | 8C | 0 | B | 9 | 28 | 15D | 8 | 39 |
Octal | 232 | 211 | 214 | 0 | 13 | 11 | 50 | 535 | 10 | 71 |
Binary | 10011010 | 10001001 | 10001100 | 0 | 1011 | 1001 | 101000 | 101011101 | 1000 | 111001 |
Color Harmonies of #9A898C
Complementary color
Monochromatic Colors of #9A898C
Black with #9A898C
Text Example
Text Example
White with #9A898C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A898C; }
p { color: rgb(154,137,140); }
H1.HeaderClassName
{
color: #9A898C;
}
.AnyTagClassName
{
color: #9A898C;
}
</style>
background-color css
<style>
a { background-color: #9A898C; }
a { background-color: rgb(154,137,140); }
div.DivClassName
{
background-color: #9A898C;
}
.BgClassName
{
background-color: #9A898C;
}
</style>
border-color css
<style>
span { border-color: #9A898C; }
span { border-color: rgb(154,137,140); }
td.TdClassName
{
border-color: #9A898C;
}
.TagClassName
{
border-color: #9A898C;
}
</style>