#8D4889

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

Shades of Trendy Pink #8D4889

Tints of Trendy Pink #8D4889

Color information

#8D4889 (or 0x8D4889) is unknown color: approx Trendy Pink. HEX triplet: 8D, 48 and 89. RGB value is (141,72,137). Sum of RGB (Red+Green+Blue) = 141+72+137=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4889 is #72B776. Grayscale: #636363. Windows color (decimal): -7518071 or 8997005. OLE color: 8997005.

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

Color convert

RGB14172137-
CMYK00.490.030.45
HSL303.48º32.39%41.76%-
HSV(B)303.48º48.94%55.29%-
XYZ17.8212.125.06-
YUV100.04148.86157.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.29%
GREEN value IS 72 (28.52% from 255) = 20.57%
BLUE value IS 137 (53.91% from 255) = 39.14%
R=40.29%
G=20.57%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417213700.490.030.45303.4832.3941.76
Hex8D488903132D12f202a
Octal2151102110613554574052
Binary10001101100100010001001011000111101101100101111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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