Shades of Venus #998189
Tints of Venus #998189
RGB
CMYK
RGB Variations
Color information
#998189 (or 0x998189) is known color: Venus. HEX triplet: 99, 81 and 89. RGB value is (153,129,137). Sum of RGB (Red+Green+Blue) = 153+129+137=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #998189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998189 is #667E76. Grayscale: #898989. Windows color (decimal): -6717047 or 9011609. OLE color: 9011609.
HSL color Cylindrical-coordinate representation of color #998189: hue angle of 340º 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 #998189 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 129 | 137 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.4 |
| HSL | 340º | 0.11% | 0.55% | - |
| HSV(B) | 340º | 0.16% | 0.6% | - |
| XYZ | 25.5 | 24.28 | 27.01 | - |
| YUV | 137.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 129 | 137 | 0 | 0.16 | 0.10 | 0.4 | 340 | 0.11 | 0.55 |
| Hex | 99 | 81 | 89 | 0 | 10 | A | 28 | 154 | B | 37 |
| Octal | 231 | 201 | 211 | 0 | 20 | 12 | 50 | 524 | 13 | 67 |
| Binary | 10011001 | 10000001 | 10001001 | 0 | 10000 | 1010 | 101000 | 101010100 | 1011 | 110111 |
Color Harmonies of #998189
Complementary color
Monochromatic Colors of #998189
Black with #998189
Text Example
Text Example
White with #998189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998189; }
p { color: rgb(153,129,137); }
H1.HeaderClassName
{
color: #998189;
}
.AnyTagClassName
{
color: #998189;
}
</style>
background-color css
<style>
a { background-color: #998189; }
a { background-color: rgb(153,129,137); }
div.DivClassName
{
background-color: #998189;
}
.BgClassName
{
background-color: #998189;
}
</style>
border-color css
<style>
span { border-color: #998189; }
span { border-color: rgb(153,129,137); }
td.TdClassName
{
border-color: #998189;
}
.TagClassName
{
border-color: #998189;
}
</style>