#8E517F

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

Shades of Trendy Pink #8E517F

Tints of Trendy Pink #8E517F

Color information

#8E517F (or 0x8E517F) is unknown color: approx Trendy Pink. HEX triplet: 8E, 51 and 7F. RGB value is (142,81,127). Sum of RGB (Red+Green+Blue) = 142+81+127=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 142 - color contains mainly: red. Hex color #8E517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E517F is #71AE80. Grayscale: #686868. Windows color (decimal): -7450241 or 8343950. OLE color: 8343950.

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

Color convert

RGB14281127-
CMYK00.430.110.44
HSL314.75º27.35%43.73%-
HSV(B)314.75º42.96%55.69%-
XYZ17.9313.1721.68-
YUV104.48140.71154.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.57%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 127 (50% from 255) = 36.29%
R=40.57%
G=23.14%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428112700.430.110.44314.7527.3543.73
Hex8E517F02BB2C13b1b2c
Octal21612117705313544733354
Binary10001110101000111111110101011101110110010011101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,81,127); }

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

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

 a { background-color: rgb(142,81,127); }

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

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

 span { border-color: rgb(142,81,127); }

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