Shades of Venus #998B8E
Tints of Venus #998B8E
RGB
CMYK
RGB Variations
Color information
#998B8E (or 0x998B8E) is known color: Venus. HEX triplet: 99, 8B and 8E. RGB value is (153,139,142). Sum of RGB (Red+Green+Blue) = 153+139+142=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 153 - color contains mainly: red. Hex color #998B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998B8E is #667471. Grayscale: #8F8F8F. Windows color (decimal): -6714482 or 9341849. OLE color: 9341849.
HSL color Cylindrical-coordinate representation of color #998B8E: hue angle of 347.14º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #998B8E is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 139 | 142 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.4 |
| HSL | 347.14º | 0.06% | 0.57% | - |
| HSV(B) | 347.14º | 0.09% | 0.6% | - |
| XYZ | 27.25 | 27.19 | 29.4 | - |
| YUV | 143.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 142 | 0 | 0.09 | 0.07 | 0.4 | 347.14 | 0.06 | 0.57 |
| Hex | 99 | 8B | 8E | 0 | 9 | 7 | 28 | 15B | 6 | 39 |
| Octal | 231 | 213 | 216 | 0 | 11 | 7 | 50 | 533 | 6 | 71 |
| Binary | 10011001 | 10001011 | 10001110 | 0 | 1001 | 111 | 101000 | 101011011 | 110 | 111001 |
Color Harmonies of #998B8E
Complementary color
Monochromatic Colors of #998B8E
Black with #998B8E
Text Example
Text Example
White with #998B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998B8E; }
p { color: rgb(153,139,142); }
H1.HeaderClassName
{
color: #998B8E;
}
.AnyTagClassName
{
color: #998B8E;
}
</style>
background-color css
<style>
a { background-color: #998B8E; }
a { background-color: rgb(153,139,142); }
div.DivClassName
{
background-color: #998B8E;
}
.BgClassName
{
background-color: #998B8E;
}
</style>
border-color css
<style>
span { border-color: #998B8E; }
span { border-color: rgb(153,139,142); }
td.TdClassName
{
border-color: #998B8E;
}
.TagClassName
{
border-color: #998B8E;
}
</style>