#8e4d8a

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

Shades of Trendy Pink #8E4D8A

Tints of Trendy Pink #8E4D8A

Color information

#8E4D8A (or 0x8E4D8A) is unknown color: approx Trendy Pink. HEX triplet: 8E, 4D and 8A. RGB value is (142,77,138). Sum of RGB (Red+Green+Blue) = 142+77+138=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E4D8A is #71B275. Grayscale: #676767. Windows color (decimal): -7451254 or 9063822. OLE color: 9063822.

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

Color convert

RGB14277138-
CMYK00.460.030.44
HSL303.69º29.68%42.94%-
HSV(B)303.69º45.77%55.69%-
XYZ18.412.8925.56-
YUV103.39147.53155.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.78%
GREEN value IS 77 (30.47% from 255) = 21.57%
BLUE value IS 138 (54.30% from 255) = 38.66%
R=39.78%
G=21.57%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427713800.460.030.44303.6929.6842.94
Hex8E4D8A02E32C1301e2b
Octal2161152120563544603653
Binary1000111010011011000101001011101110110010011000011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e4d8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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