#8E497F

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

Shades of Trendy Pink #8E497F

Tints of Trendy Pink #8E497F

Color information

#8E497F (or 0x8E497F) is unknown color: approx Trendy Pink. HEX triplet: 8E, 49 and 7F. RGB value is (142,73,127). Sum of RGB (Red+Green+Blue) = 142+73+127=342 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.52% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 142 - color contains mainly: red. Hex color #8E497F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E497F is #71B680. Grayscale: #636363. Windows color (decimal): -7452289 or 8341902. OLE color: 8341902.

HSL color Cylindrical-coordinate representation of color #8E497F: hue angle of 313.04º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E497F is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB14273127-
CMYK00.490.110.44
HSL313.04º32.09%42.16%-
HSV(B)313.04º48.59%55.69%-
XYZ17.3712.0521.49-
YUV99.79143.36158.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.52%
GREEN value IS 73 (28.91% from 255) = 21.35%
BLUE value IS 127 (50% from 255) = 37.13%
R=41.52%
G=21.35%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1427312700.490.110.44313.0432.0942.16
Hex8E497F031B2C139202a
Octal21611117706113544714052
Binary100011101001001111111101100011011101100100111001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E497F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,73,127); }

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

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

 a { background-color: rgb(142,73,127); }

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

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

 span { border-color: rgb(142,73,127); }

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