Shades of Venus #987880
Tints of Venus #987880
RGB
CMYK
RGB Variations
Color information
#987880 (or 0x987880) is known color: Venus. HEX triplet: 98, 78 and 80. RGB value is (152,120,128). Sum of RGB (Red+Green+Blue) = 152+120+128=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #987880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987880 is #67877F. Grayscale: #828282. Windows color (decimal): -6784896 or 8419480. OLE color: 8419480.
HSL color Cylindrical-coordinate representation of color #987880: hue angle of 345º 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 #987880 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 120 | 128 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.40 |
| HSL | 345º | 0.13% | 0.53% | - |
| HSV(B) | 345º | 0.21% | 0.6% | - |
| XYZ | 23.56 | 21.67 | 23.36 | - |
| YUV | 130.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 128 | 0 | 0.21 | 0.16 | 0.40 | 345 | 0.13 | 0.53 |
| Hex | 98 | 78 | 80 | 0 | 15 | 10 | 28 | 159 | D | 35 |
| Octal | 230 | 170 | 200 | 0 | 25 | 20 | 50 | 531 | 15 | 65 |
| Binary | 10011000 | 1111000 | 10000000 | 0 | 10101 | 10000 | 101000 | 101011001 | 1101 | 110101 |
Color Harmonies of #987880
Complementary color
Monochromatic Colors of #987880
Black with #987880
Text Example
Text Example
White with #987880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987880; }
p { color: rgb(152,120,128); }
H1.HeaderClassName
{
color: #987880;
}
.AnyTagClassName
{
color: #987880;
}
</style>
background-color css
<style>
a { background-color: #987880; }
a { background-color: rgb(152,120,128); }
div.DivClassName
{
background-color: #987880;
}
.BgClassName
{
background-color: #987880;
}
</style>
border-color css
<style>
span { border-color: #987880; }
span { border-color: rgb(152,120,128); }
td.TdClassName
{
border-color: #987880;
}
.TagClassName
{
border-color: #987880;
}
</style>