Shades of Venus #998D90
Tints of Venus #998D90
RGB
CMYK
RGB Variations
Color information
#998D90 (or 0x998D90) is known color: Venus. HEX triplet: 99, 8D and 90. RGB value is (153,141,144). Sum of RGB (Red+Green+Blue) = 153+141+144=438 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.93% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 153 - color contains mainly: red. Hex color #998D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998D90 is #66726F. Grayscale: #909090. Windows color (decimal): -6713968 or 9473433. OLE color: 9473433.
HSL color Cylindrical-coordinate representation of color #998D90: hue angle of 345º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #998D90 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 144 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.4 |
| HSL | 345º | 0.06% | 0.58% | - |
| HSV(B) | 345º | 0.08% | 0.6% | - |
| XYZ | 27.7 | 27.84 | 30.3 | - |
| YUV | 144.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 144 | 0 | 0.08 | 0.06 | 0.4 | 345 | 0.06 | 0.58 |
| Hex | 99 | 8D | 90 | 0 | 8 | 6 | 28 | 159 | 6 | 3A |
| Octal | 231 | 215 | 220 | 0 | 10 | 6 | 50 | 531 | 6 | 72 |
| Binary | 10011001 | 10001101 | 10010000 | 0 | 1000 | 110 | 101000 | 101011001 | 110 | 111010 |
Color Harmonies of #998D90
Complementary color
Monochromatic Colors of #998D90
Black with #998D90
Text Example
Text Example
White with #998D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D90; }
p { color: rgb(153,141,144); }
H1.HeaderClassName
{
color: #998D90;
}
.AnyTagClassName
{
color: #998D90;
}
</style>
background-color css
<style>
a { background-color: #998D90; }
a { background-color: rgb(153,141,144); }
div.DivClassName
{
background-color: #998D90;
}
.BgClassName
{
background-color: #998D90;
}
</style>
border-color css
<style>
span { border-color: #998D90; }
span { border-color: rgb(153,141,144); }
td.TdClassName
{
border-color: #998D90;
}
.TagClassName
{
border-color: #998D90;
}
</style>