#8D5488

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

Shades of Trendy Pink #8D5488

Tints of Trendy Pink #8D5488

Color information

#8D5488 (or 0x8D5488) is unknown color: approx Trendy Pink. HEX triplet: 8D, 54 and 88. RGB value is (141,84,136). Sum of RGB (Red+Green+Blue) = 141+84+136=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5488 is #72AB77. Grayscale: #6A6A6A. Windows color (decimal): -7515000 or 8934541. OLE color: 8934541.

HSL color Cylindrical-coordinate representation of color #8D5488: hue angle of 305.26º 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 #8D5488 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB14184136-
CMYK00.400.040.45
HSL305.26º25.33%44.12%-
HSV(B)305.26º40.43%55.29%-
XYZ18.613.7824.97-
YUV106.97144.38152.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.06%
GREEN value IS 84 (33.20% from 255) = 23.27%
BLUE value IS 136 (53.52% from 255) = 37.67%
R=39.06%
G=23.27%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418413600.400.040.45305.2625.3344.12
Hex8D548802842D131192c
Octal2151242100504554613154
Binary10001101101010010001000010100010010110110011000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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