Shades of Venus #988F91
Tints of Venus #988F91
RGB
CMYK
RGB Variations
Color information
#988F91 (or 0x988F91) is known color: Venus. HEX triplet: 98, 8F and 91. RGB value is (152,143,145). Sum of RGB (Red+Green+Blue) = 152+143+145=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 152 - color contains mainly: red. Hex color #988F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988F91 is #67706E. Grayscale: #919191. Windows color (decimal): -6778991 or 9539480. OLE color: 9539480.
HSL color Cylindrical-coordinate representation of color #988F91: hue angle of 346.67º 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 #988F91 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 143 | 145 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.40 |
| HSL | 346.67º | 0.04% | 0.58% | - |
| HSV(B) | 346.67º | 0.06% | 0.6% | - |
| XYZ | 27.88 | 28.36 | 30.79 | - |
| YUV | 145.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 145 | 0 | 0.06 | 0.05 | 0.40 | 346.67 | 0.04 | 0.58 |
| Hex | 98 | 8F | 91 | 0 | 6 | 5 | 28 | 15B | 4 | 3A |
| Octal | 230 | 217 | 221 | 0 | 6 | 5 | 50 | 533 | 4 | 72 |
| Binary | 10011000 | 10001111 | 10010001 | 0 | 110 | 101 | 101000 | 101011011 | 100 | 111010 |
Color Harmonies of #988F91
Complementary color
Monochromatic Colors of #988F91
Black with #988F91
Text Example
Text Example
White with #988F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988F91; }
p { color: rgb(152,143,145); }
H1.HeaderClassName
{
color: #988F91;
}
.AnyTagClassName
{
color: #988F91;
}
</style>
background-color css
<style>
a { background-color: #988F91; }
a { background-color: rgb(152,143,145); }
div.DivClassName
{
background-color: #988F91;
}
.BgClassName
{
background-color: #988F91;
}
</style>
border-color css
<style>
span { border-color: #988F91; }
span { border-color: rgb(152,143,145); }
td.TdClassName
{
border-color: #988F91;
}
.TagClassName
{
border-color: #988F91;
}
</style>