#8E717D

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

Shades of Venus #8E717D

Tints of Venus #8E717D

Color information

#8E717D (or 0x8E717D) is unknown color: approx Venus. HEX triplet: 8E, 71 and 7D. RGB value is (142,113,125). Sum of RGB (Red+Green+Blue) = 142+113+125=380 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.37% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 142 - color contains mainly: red. Hex color #8E717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E717D is #718E82. Grayscale: #7B7B7B. Windows color (decimal): -7442051 or 8221070. OLE color: 8221070.

HSL color Cylindrical-coordinate representation of color #8E717D: hue angle of 335.17º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8E717D is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB142113125-
CMYK00.200.120.44
HSL335.17º11.37%50%-
HSV(B)335.17º20.42%55.69%-
XYZ20.7619.0421.98-
YUV123.04129.11141.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.37%
GREEN value IS 113 (44.53% from 255) = 29.74%
BLUE value IS 125 (49.22% from 255) = 32.89%
R=37.37%
G=29.74%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211312500.200.120.44335.1711.3750
Hex8E717D014C2C14fb32
Octal21616117502414545171362
Binary100011101110001111110101010011001011001010011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E717D; }

 p { color: rgb(142,113,125); }

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

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

 a { background-color: rgb(142,113,125); }

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

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

 span { border-color: rgb(142,113,125); }

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