#8E4C87

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

Shades of Trendy Pink #8E4C87

Tints of Trendy Pink #8E4C87

Color information

#8E4C87 (or 0x8E4C87) is unknown color: approx Trendy Pink. HEX triplet: 8E, 4C and 87. RGB value is (142,76,135). Sum of RGB (Red+Green+Blue) = 142+76+135=353 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.23% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4C87 is #71B378. Grayscale: #666666. Windows color (decimal): -7451513 or 8866958. OLE color: 8866958.

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

Color convert

RGB14276135-
CMYK00.460.050.44
HSL306.36º30.28%42.75%-
HSV(B)306.36º46.48%55.69%-
XYZ18.1112.6724.41-
YUV102.46146.37156.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 40.23%
GREEN value IS 76 (30.08% from 255) = 21.53%
BLUE value IS 135 (53.12% from 255) = 38.24%
R=40.23%
G=21.53%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427613500.460.050.44306.3630.2842.75
Hex8E4C8702E52C1321e2b
Octal2161142070565544623653
Binary10001110100110010000111010111010110110010011001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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