#987885

Color #987885 Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #987885

Tints of Venus #987885

Color information

#987885 (or 0x987885) is unknown color: approx 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

RGB152120133-
CMYK00.210.130.40
HSL335.62º13.45%53.33%-
HSV(B)335.62º21.05%59.61%-
XYZ23.921.825.14-
YUV131.05129.1142.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 37.53%
GREEN value IS 120 (47.27% from 255) = 29.63%
BLUE value IS 133 (52.34% from 255) = 32.84%
R=37.53%
G=29.63%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212013300.210.130.40335.6213.4553.33
Hex987885015D28150d35
Octal23017020502515505201565
Binary1001100011110001000010101010111011010001010100001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>