#8E4D7B

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

Shades of Trendy Pink #8E4D7B

Tints of Trendy Pink #8E4D7B

Color information

#8E4D7B (or 0x8E4D7B) is unknown color: approx Trendy Pink. HEX triplet: 8E, 4D and 7B. RGB value is (142,77,123). Sum of RGB (Red+Green+Blue) = 142+77+123=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E4D7B is #71B284. Grayscale: #656565. Windows color (decimal): -7451269 or 8080782. OLE color: 8080782.

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

Color convert

RGB14277123-
CMYK00.460.130.44
HSL317.54º29.68%42.94%-
HSV(B)317.54º45.77%55.69%-
XYZ17.3812.4920.23-
YUV101.68140.03156.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.52%
GREEN value IS 77 (30.47% from 255) = 22.51%
BLUE value IS 123 (48.44% from 255) = 35.96%
R=41.52%
G=22.51%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427712300.460.130.44317.5429.6842.94
Hex8E4D7B02ED2C13e1e2b
Octal21611517305615544763653
Binary10001110100110111110110101110110110110010011111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,77,123); }

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

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

 a { background-color: rgb(142,77,123); }

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

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

 span { border-color: rgb(142,77,123); }

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