Shades of Venus #998387
Tints of Venus #998387
RGB
CMYK
RGB Variations
Color information
#998387 (or 0x998387) is known color: Venus. HEX triplet: 99, 83 and 87. RGB value is (153,131,135). Sum of RGB (Red+Green+Blue) = 153+131+135=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #998387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998387 is #667C78. Grayscale: #8A8A8A. Windows color (decimal): -6716537 or 8881049. OLE color: 8881049.
HSL color Cylindrical-coordinate representation of color #998387: hue angle of 349.09º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #998387 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 131 | 135 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.4 |
| HSL | 349.09º | 0.1% | 0.56% | - |
| HSV(B) | 349.09º | 0.14% | 0.6% | - |
| XYZ | 25.63 | 24.75 | 26.35 | - |
| YUV | 138.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 131 | 135 | 0 | 0.14 | 0.12 | 0.4 | 349.09 | 0.1 | 0.56 |
| Hex | 99 | 83 | 87 | 0 | E | C | 28 | 15D | A | 38 |
| Octal | 231 | 203 | 207 | 0 | 16 | 14 | 50 | 535 | 12 | 70 |
| Binary | 10011001 | 10000011 | 10000111 | 0 | 1110 | 1100 | 101000 | 101011101 | 1010 | 111000 |
Color Harmonies of #998387
Complementary color
Monochromatic Colors of #998387
Black with #998387
Text Example
Text Example
White with #998387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998387; }
p { color: rgb(153,131,135); }
H1.HeaderClassName
{
color: #998387;
}
.AnyTagClassName
{
color: #998387;
}
</style>
background-color css
<style>
a { background-color: #998387; }
a { background-color: rgb(153,131,135); }
div.DivClassName
{
background-color: #998387;
}
.BgClassName
{
background-color: #998387;
}
</style>
border-color css
<style>
span { border-color: #998387; }
span { border-color: rgb(153,131,135); }
td.TdClassName
{
border-color: #998387;
}
.TagClassName
{
border-color: #998387;
}
</style>