#8E718D

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

Shades of Trendy Pink #8E718D

Tints of Trendy Pink #8E718D

Color information

#8E718D (or 0x8E718D) is unknown color: approx Trendy Pink. HEX triplet: 8E, 71 and 8D. RGB value is (142,113,141). Sum of RGB (Red+Green+Blue) = 142+113+141=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 142 - color contains mainly: red. Hex color #8E718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E718D is #718E72. Grayscale: #7C7C7C. Windows color (decimal): -7442035 or 9269646. OLE color: 9269646.

HSL color Cylindrical-coordinate representation of color #8E718D: hue angle of 302.07º 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 #8E718D is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB142113141-
CMYK00.200.010.44
HSL302.07º11.37%50%-
HSV(B)302.07º20.42%55.69%-
XYZ21.8719.4827.81-
YUV124.86137.11140.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.86%
GREEN value IS 113 (44.53% from 255) = 28.54%
BLUE value IS 141 (55.47% from 255) = 35.61%
R=35.86%
G=28.54%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211314100.200.010.44302.0711.3750
Hex8E718D01412C12eb32
Octal2161612150241544561362
Binary1000111011100011000110101010011011001001011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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