#8E5989

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

Shades of Trendy Pink #8E5989

Tints of Trendy Pink #8E5989

Color information

#8E5989 (or 0x8E5989) is unknown color: approx Trendy Pink. HEX triplet: 8E, 59 and 89. RGB value is (142,89,137). Sum of RGB (Red+Green+Blue) = 142+89+137=368 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.59% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5989 is #71A676. Grayscale: #6E6E6E. Windows color (decimal): -7448183 or 9001358. OLE color: 9001358.

HSL color Cylindrical-coordinate representation of color #8E5989: hue angle of 305.66º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E5989 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB14289137-
CMYK00.370.040.44
HSL305.66º22.94%45.29%-
HSV(B)305.66º37.32%55.69%-
XYZ19.2414.725.49-
YUV110.32143.06150.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.59%
GREEN value IS 89 (35.16% from 255) = 24.18%
BLUE value IS 137 (53.91% from 255) = 37.23%
R=38.59%
G=24.18%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1428913700.370.040.44305.6622.9445.29
Hex8E598902542C132172d
Octal2161312110454544622755
Binary10001110101100110001001010010110010110010011001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,89,137); }

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

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

 a { background-color: rgb(142,89,137); }

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

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

 span { border-color: rgb(142,89,137); }

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