Shades of Venus #998289
Tints of Venus #998289
RGB
CMYK
RGB Variations
Color information
#998289 (or 0x998289) is known color: Venus. HEX triplet: 99, 82 and 89. RGB value is (153,130,137). Sum of RGB (Red+Green+Blue) = 153+130+137=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 153 - color contains mainly: red. Hex color #998289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998289 is #667D76. Grayscale: #898989. Windows color (decimal): -6716791 or 9011865. OLE color: 9011865.
HSL color Cylindrical-coordinate representation of color #998289: hue angle of 341.74º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #998289 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 137 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.4 |
| HSL | 341.74º | 0.1% | 0.55% | - |
| HSV(B) | 341.74º | 0.15% | 0.6% | - |
| XYZ | 25.63 | 24.54 | 27.05 | - |
| YUV | 137.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 137 | 0 | 0.15 | 0.10 | 0.4 | 341.74 | 0.1 | 0.55 |
| Hex | 99 | 82 | 89 | 0 | F | A | 28 | 156 | A | 37 |
| Octal | 231 | 202 | 211 | 0 | 17 | 12 | 50 | 526 | 12 | 67 |
| Binary | 10011001 | 10000010 | 10001001 | 0 | 1111 | 1010 | 101000 | 101010110 | 1010 | 110111 |
Color Harmonies of #998289
Complementary color
Monochromatic Colors of #998289
Black with #998289
Text Example
Text Example
White with #998289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998289; }
p { color: rgb(153,130,137); }
H1.HeaderClassName
{
color: #998289;
}
.AnyTagClassName
{
color: #998289;
}
</style>
background-color css
<style>
a { background-color: #998289; }
a { background-color: rgb(153,130,137); }
div.DivClassName
{
background-color: #998289;
}
.BgClassName
{
background-color: #998289;
}
</style>
border-color css
<style>
span { border-color: #998289; }
span { border-color: rgb(153,130,137); }
td.TdClassName
{
border-color: #998289;
}
.TagClassName
{
border-color: #998289;
}
</style>