Shades of Venus #998589
Tints of Venus #998589
RGB
CMYK
RGB Variations
Color information
#998589 (or 0x998589) is known color: Venus. HEX triplet: 99, 85 and 89. RGB value is (153,133,137). Sum of RGB (Red+Green+Blue) = 153+133+137=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 153 - color contains mainly: red. Hex color #998589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998589 is #667A76. Grayscale: #8B8B8B. Windows color (decimal): -6716023 or 9012633. OLE color: 9012633.
HSL color Cylindrical-coordinate representation of color #998589: hue angle of 348º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #998589 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 133 | 137 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.4 |
| HSL | 348º | 0.09% | 0.56% | - |
| HSV(B) | 348º | 0.13% | 0.6% | - |
| XYZ | 26.04 | 25.35 | 27.19 | - |
| YUV | 139.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 137 | 0 | 0.13 | 0.10 | 0.4 | 348 | 0.09 | 0.56 |
| Hex | 99 | 85 | 89 | 0 | D | A | 28 | 15C | 9 | 38 |
| Octal | 231 | 205 | 211 | 0 | 15 | 12 | 50 | 534 | 11 | 70 |
| Binary | 10011001 | 10000101 | 10001001 | 0 | 1101 | 1010 | 101000 | 101011100 | 1001 | 111000 |
Color Harmonies of #998589
Complementary color
Monochromatic Colors of #998589
Black with #998589
Text Example
Text Example
White with #998589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998589; }
p { color: rgb(153,133,137); }
H1.HeaderClassName
{
color: #998589;
}
.AnyTagClassName
{
color: #998589;
}
</style>
background-color css
<style>
a { background-color: #998589; }
a { background-color: rgb(153,133,137); }
div.DivClassName
{
background-color: #998589;
}
.BgClassName
{
background-color: #998589;
}
</style>
border-color css
<style>
span { border-color: #998589; }
span { border-color: rgb(153,133,137); }
td.TdClassName
{
border-color: #998589;
}
.TagClassName
{
border-color: #998589;
}
</style>