Shades of Venus #988F90
Tints of Venus #988F90
RGB
CMYK
RGB Variations
Color information
#988F90 (or 0x988F90) is known color: Venus. HEX triplet: 98, 8F and 90. RGB value is (152,143,144). Sum of RGB (Red+Green+Blue) = 152+143+144=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 152 - color contains mainly: red. Hex color #988F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988F90 is #67706F. Grayscale: #919191. Windows color (decimal): -6778992 or 9473944. OLE color: 9473944.
HSL color Cylindrical-coordinate representation of color #988F90: hue angle of 353.33º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #988F90 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 143 | 144 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.40 |
| HSL | 353.33º | 0.04% | 0.58% | - |
| HSV(B) | 353.33º | 0.06% | 0.6% | - |
| XYZ | 27.81 | 28.33 | 30.39 | - |
| YUV | 145.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 144 | 0 | 0.06 | 0.05 | 0.40 | 353.33 | 0.04 | 0.58 |
| Hex | 98 | 8F | 90 | 0 | 6 | 5 | 28 | 161 | 4 | 3A |
| Octal | 230 | 217 | 220 | 0 | 6 | 5 | 50 | 541 | 4 | 72 |
| Binary | 10011000 | 10001111 | 10010000 | 0 | 110 | 101 | 101000 | 101100001 | 100 | 111010 |
Color Harmonies of #988F90
Complementary color
Monochromatic Colors of #988F90
Black with #988F90
Text Example
Text Example
White with #988F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988F90; }
p { color: rgb(152,143,144); }
H1.HeaderClassName
{
color: #988F90;
}
.AnyTagClassName
{
color: #988F90;
}
</style>
background-color css
<style>
a { background-color: #988F90; }
a { background-color: rgb(152,143,144); }
div.DivClassName
{
background-color: #988F90;
}
.BgClassName
{
background-color: #988F90;
}
</style>
border-color css
<style>
span { border-color: #988F90; }
span { border-color: rgb(152,143,144); }
td.TdClassName
{
border-color: #988F90;
}
.TagClassName
{
border-color: #988F90;
}
</style>