Shades of Venus #998089
Tints of Venus #998089
RGB
CMYK
RGB Variations
Color information
#998089 (or 0x998089) is known color: Venus. HEX triplet: 99, 80 and 89. RGB value is (153,128,137). Sum of RGB (Red+Green+Blue) = 153+128+137=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 153 - color contains mainly: red. Hex color #998089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998089 is #667F76. Grayscale: #888888. Windows color (decimal): -6717303 or 9011353. OLE color: 9011353.
HSL color Cylindrical-coordinate representation of color #998089: hue angle of 338.4º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #998089 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 128 | 137 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.4 |
| HSL | 338.4º | 0.11% | 0.55% | - |
| HSV(B) | 338.4º | 0.16% | 0.6% | - |
| XYZ | 25.37 | 24.02 | 26.97 | - |
| YUV | 136.5 | 128.28 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 137 | 0 | 0.16 | 0.10 | 0.4 | 338.4 | 0.11 | 0.55 |
| Hex | 99 | 80 | 89 | 0 | 10 | A | 28 | 152 | B | 37 |
| Octal | 231 | 200 | 211 | 0 | 20 | 12 | 50 | 522 | 13 | 67 |
| Binary | 10011001 | 10000000 | 10001001 | 0 | 10000 | 1010 | 101000 | 101010010 | 1011 | 110111 |
Color Harmonies of #998089
Complementary color
Monochromatic Colors of #998089
Black with #998089
Text Example
Text Example
White with #998089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998089; }
p { color: rgb(153,128,137); }
H1.HeaderClassName
{
color: #998089;
}
.AnyTagClassName
{
color: #998089;
}
</style>
background-color css
<style>
a { background-color: #998089; }
a { background-color: rgb(153,128,137); }
div.DivClassName
{
background-color: #998089;
}
.BgClassName
{
background-color: #998089;
}
</style>
border-color css
<style>
span { border-color: #998089; }
span { border-color: rgb(153,128,137); }
td.TdClassName
{
border-color: #998089;
}
.TagClassName
{
border-color: #998089;
}
</style>