#987583

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

Shades of Venus #987583

Tints of Venus #987583

Color information

#987583 (or 0x987583) is unknown color: approx Venus. HEX triplet: 98, 75 and 83. RGB value is (152,117,131). Sum of RGB (Red+Green+Blue) = 152+117+131=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #987583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987583 is #678A7C. Grayscale: #818181. Windows color (decimal): -6785661 or 8615320. OLE color: 8615320.

HSL color Cylindrical-coordinate representation of color #987583: hue angle of 336º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #987583 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB152117131-
CMYK00.230.140.40
HSL336º14.52%52.75%-
HSV(B)336º23.03%59.61%-
XYZ23.4121.0424.3-
YUV129.06129.1144.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38%
GREEN value IS 117 (46.09% from 255) = 29.25%
BLUE value IS 131 (51.56% from 255) = 32.75%
R=38%
G=29.25%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211713100.230.140.4033614.5252.75
Hex987583017E28150f35
Octal23016520302716505201765
Binary1001100011101011000001101011111101010001010100001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987583; }

 p { color: rgb(152,117,131); }

 H1.HeaderClassName
 {
   color: #987583;
 }
 .AnyTagClassName
 {
   color: #987583;
 }
</style>
background-color css

<style>
 a { background-color: #987583; }

 a { background-color: rgb(152,117,131); }

 div.DivClassName
 {
   background-color: #987583;
 }
 .BgClassName
 {
   background-color: #987583;
 }
</style>
border-color css

<style>
 span { border-color: #987583; }

 span { border-color: rgb(152,117,131); }

 td.TdClassName
 {
   border-color: #987583;
 }
 .TagClassName
 {
   border-color: #987583;
 }
</style>