#8D5489

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

Shades of Trendy Pink #8D5489

Tints of Trendy Pink #8D5489

Color information

#8D5489 (or 0x8D5489) is unknown color: approx Trendy Pink. HEX triplet: 8D, 54 and 89. RGB value is (141,84,137). Sum of RGB (Red+Green+Blue) = 141+84+137=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5489 is #72AB76. Grayscale: #6A6A6A. Windows color (decimal): -7514999 or 9000077. OLE color: 9000077.

HSL color Cylindrical-coordinate representation of color #8D5489: hue angle of 304.21º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D5489 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB14184137-
CMYK00.400.030.45
HSL304.21º25.33%44.12%-
HSV(B)304.21º40.43%55.29%-
XYZ18.6713.8125.35-
YUV107.08144.88152.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.95%
GREEN value IS 84 (33.20% from 255) = 23.20%
BLUE value IS 137 (53.91% from 255) = 37.85%
R=38.95%
G=23.20%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418413700.400.030.45304.2125.3344.12
Hex8D548902832D130192c
Octal2151242110503554603154
Binary1000110110101001000100101010001110110110011000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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