#8D4C89

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

Shades of Trendy Pink #8D4C89

Tints of Trendy Pink #8D4C89

Color information

#8D4C89 (or 0x8D4C89) is unknown color: approx Trendy Pink. HEX triplet: 8D, 4C and 89. RGB value is (141,76,137). Sum of RGB (Red+Green+Blue) = 141+76+137=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4C89 is #72B376. Grayscale: #666666. Windows color (decimal): -7517047 or 8998029. OLE color: 8998029.

HSL color Cylindrical-coordinate representation of color #8D4C89: hue angle of 303.69º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D4C89 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB14176137-
CMYK00.460.030.45
HSL303.69º29.95%42.55%-
HSV(B)303.69º46.1%55.29%-
XYZ18.0812.6425.15-
YUV102.39147.53155.54-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.83%
GREEN value IS 76 (30.08% from 255) = 21.47%
BLUE value IS 137 (53.91% from 255) = 38.70%
R=39.83%
G=21.47%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417613700.460.030.45303.6929.9542.55
Hex8D4C8902E32D1301e2b
Octal2151142110563554603653
Binary1000110110011001000100101011101110110110011000011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,76,137); }

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

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

 a { background-color: rgb(141,76,137); }

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

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

 span { border-color: rgb(141,76,137); }

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