#8E4F87

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

Shades of Trendy Pink #8E4F87

Tints of Trendy Pink #8E4F87

Color information

#8E4F87 (or 0x8E4F87) is unknown color: approx Trendy Pink. HEX triplet: 8E, 4F and 87. RGB value is (142,79,135). Sum of RGB (Red+Green+Blue) = 142+79+135=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E4F87 is #71B078. Grayscale: #686868. Windows color (decimal): -7450745 or 8867726. OLE color: 8867726.

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

Color convert

RGB14279135-
CMYK00.440.050.44
HSL306.67º28.51%43.33%-
HSV(B)306.67º44.37%55.69%-
XYZ18.3213.0924.48-
YUV104.22145.37154.95-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.89%
GREEN value IS 79 (31.25% from 255) = 22.19%
BLUE value IS 135 (53.12% from 255) = 37.92%
R=39.89%
G=22.19%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427913500.440.050.44306.6728.5143.33
Hex8E4F8702C52C1331d2b
Octal2161172070545544633553
Binary10001110100111110000111010110010110110010011001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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