#998387

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

Shades of Venus #998387

Tints of Venus #998387

Color information

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

RGB153131135-
CMYK00.140.120.4
HSL349.09º9.73%55.69%-
HSV(B)349.09º14.38%60%-
XYZ25.6324.7526.35-
YUV138.03126.29138.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.52%
GREEN value IS 131 (51.56% from 255) = 31.26%
BLUE value IS 135 (53.12% from 255) = 32.22%
R=36.52%
G=31.26%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313113500.140.120.4349.099.7355.69
Hex9983870EC2815da38
Octal23120320701614505351270
Binary1001100110000011100001110111011001010001010111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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