Shades of Venus #998489
Tints of Venus #998489
RGB
CMYK
RGB Variations
Color information
#998489 (or 0x998489) is known color: Venus. HEX triplet: 99, 84 and 89. RGB value is (153,132,137). Sum of RGB (Red+Green+Blue) = 153+132+137=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 153 - color contains mainly: red. Hex color #998489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998489 is #667B76. Grayscale: #8A8A8A. Windows color (decimal): -6716279 or 9012377. OLE color: 9012377.
HSL color Cylindrical-coordinate representation of color #998489: hue angle of 345.71º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #998489 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 137 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.4 |
| HSL | 345.71º | 0.09% | 0.56% | - |
| HSV(B) | 345.71º | 0.14% | 0.6% | - |
| XYZ | 25.9 | 25.08 | 27.14 | - |
| YUV | 138.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 137 | 0 | 0.14 | 0.10 | 0.4 | 345.71 | 0.09 | 0.56 |
| Hex | 99 | 84 | 89 | 0 | E | A | 28 | 15A | 9 | 38 |
| Octal | 231 | 204 | 211 | 0 | 16 | 12 | 50 | 532 | 11 | 70 |
| Binary | 10011001 | 10000100 | 10001001 | 0 | 1110 | 1010 | 101000 | 101011010 | 1001 | 111000 |
Color Harmonies of #998489
Complementary color
Monochromatic Colors of #998489
Black with #998489
Text Example
Text Example
White with #998489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998489; }
p { color: rgb(153,132,137); }
H1.HeaderClassName
{
color: #998489;
}
.AnyTagClassName
{
color: #998489;
}
</style>
background-color css
<style>
a { background-color: #998489; }
a { background-color: rgb(153,132,137); }
div.DivClassName
{
background-color: #998489;
}
.BgClassName
{
background-color: #998489;
}
</style>
border-color css
<style>
span { border-color: #998489; }
span { border-color: rgb(153,132,137); }
td.TdClassName
{
border-color: #998489;
}
.TagClassName
{
border-color: #998489;
}
</style>