Shades of Venus #987885
Tints of Venus #987885
RGB
CMYK
RGB Variations
Color information
#987885 (or 0x987885) is known color: Venus. HEX triplet: 98, 78 and 85. RGB value is (152,120,133). Sum of RGB (Red+Green+Blue) = 152+120+133=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 120 (47.27% from 255 or 29.63% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 152 - color contains mainly: red. Hex color #987885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987885 is #67877A. Grayscale: #838383. Windows color (decimal): -6784891 or 8747160. OLE color: 8747160.
HSL color Cylindrical-coordinate representation of color #987885: hue angle of 335.62º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #987885 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 120 | 133 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.40 |
| HSL | 335.63º | 0.13% | 0.53% | - |
| HSV(B) | 335.63º | 0.21% | 0.6% | - |
| XYZ | 23.9 | 21.8 | 25.14 | - |
| YUV | 131.05 | 129.1 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 133 | 0 | 0.21 | 0.13 | 0.40 | 335.63 | 0.13 | 0.53 |
| Hex | 98 | 78 | 85 | 0 | 15 | D | 28 | 150 | D | 35 |
| Octal | 230 | 170 | 205 | 0 | 25 | 15 | 50 | 520 | 15 | 65 |
| Binary | 10011000 | 1111000 | 10000101 | 0 | 10101 | 1101 | 101000 | 101010000 | 1101 | 110101 |
Color Harmonies of #987885
Complementary color
Monochromatic Colors of #987885
Black with #987885
Text Example
Text Example
White with #987885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987885; }
p { color: rgb(152,120,133); }
H1.HeaderClassName
{
color: #987885;
}
.AnyTagClassName
{
color: #987885;
}
</style>
background-color css
<style>
a { background-color: #987885; }
a { background-color: rgb(152,120,133); }
div.DivClassName
{
background-color: #987885;
}
.BgClassName
{
background-color: #987885;
}
</style>
border-color css
<style>
span { border-color: #987885; }
span { border-color: rgb(152,120,133); }
td.TdClassName
{
border-color: #987885;
}
.TagClassName
{
border-color: #987885;
}
</style>