#8E6989

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

Shades of Trendy Pink #8E6989

Tints of Trendy Pink #8E6989

Color information

#8E6989 (or 0x8E6989) is unknown color: approx Trendy Pink. HEX triplet: 8E, 69 and 89. RGB value is (142,105,137). Sum of RGB (Red+Green+Blue) = 142+105+137=384 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.98% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6989 is #719676. Grayscale: #777777. Windows color (decimal): -7444087 or 9005454. OLE color: 9005454.

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

Color convert

RGB142105137-
CMYK00.260.040.44
HSL308.11º14.98%48.43%-
HSV(B)308.11º26.06%55.69%-
XYZ20.7217.6625.98-
YUV119.71137.76143.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.98%
GREEN value IS 105 (41.41% from 255) = 27.34%
BLUE value IS 137 (53.91% from 255) = 35.68%
R=36.98%
G=27.34%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210513700.260.040.44308.1114.9848.43
Hex8E698901A42C134f30
Octal2161512110324544641760
Binary100011101101001100010010110101001011001001101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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