#8E4C8A

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

Shades of Trendy Pink #8E4C8A

Tints of Trendy Pink #8E4C8A

Color information

#8E4C8A (or 0x8E4C8A) is unknown color: approx Trendy Pink. HEX triplet: 8E, 4C and 8A. RGB value is (142,76,138). Sum of RGB (Red+Green+Blue) = 142+76+138=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4C8A is #71B375. Grayscale: #666666. Windows color (decimal): -7451510 or 9063566. OLE color: 9063566.

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

Color convert

RGB14276138-
CMYK00.460.030.44
HSL303.64º30.28%42.75%-
HSV(B)303.64º46.48%55.69%-
XYZ18.3312.7525.54-
YUV102.8147.87155.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.89%
GREEN value IS 76 (30.08% from 255) = 21.35%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=39.89%
G=21.35%
B=38.76%

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
Decimal1427613800.460.030.44303.6430.2842.75
Hex8E4C8A02E32C1301e2b
Octal2161142120563544603653
Binary1000111010011001000101001011101110110010011000011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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