#8D4B89

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

Shades of Trendy Pink #8D4B89

Tints of Trendy Pink #8D4B89

Color information

#8D4B89 (or 0x8D4B89) is unknown color: approx Trendy Pink. HEX triplet: 8D, 4B and 89. RGB value is (141,75,137). Sum of RGB (Red+Green+Blue) = 141+75+137=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4B89 is #72B476. Grayscale: #656565. Windows color (decimal): -7517303 or 8997773. OLE color: 8997773.

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

Color convert

RGB14175137-
CMYK00.470.030.45
HSL303.64º30.56%42.35%-
HSV(B)303.64º46.81%55.29%-
XYZ18.0212.525.13-
YUV101.8147.87155.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.94%
GREEN value IS 75 (29.69% from 255) = 21.25%
BLUE value IS 137 (53.91% from 255) = 38.81%
R=39.94%
G=21.25%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417513700.470.030.45303.6430.5642.35
Hex8D4B8902F32D1301f2a
Octal2151132110573554603752
Binary1000110110010111000100101011111110110110011000011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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