#8E4C81

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

Shades of Trendy Pink #8E4C81

Tints of Trendy Pink #8E4C81

Color information

#8E4C81 (or 0x8E4C81) is unknown color: approx Trendy Pink. HEX triplet: 8E, 4C and 81. RGB value is (142,76,129). Sum of RGB (Red+Green+Blue) = 142+76+129=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4C81 is #71B37E. Grayscale: #656565. Windows color (decimal): -7451519 or 8473742. OLE color: 8473742.

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

Color convert

RGB14276129-
CMYK00.460.090.44
HSL311.82º30.28%42.75%-
HSV(B)311.82º46.48%55.69%-
XYZ17.712.522.25-
YUV101.78143.37156.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.92%
GREEN value IS 76 (30.08% from 255) = 21.90%
BLUE value IS 129 (50.78% from 255) = 37.18%
R=40.92%
G=21.90%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427612900.460.090.44311.8230.2842.75
Hex8E4C8102E92C1381e2b
Octal21611420105611544703653
Binary100011101001100100000010101110100110110010011100011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,76,129); }

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

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

 a { background-color: rgb(142,76,129); }

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

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

 span { border-color: rgb(142,76,129); }

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