#8D4D85

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

Shades of Trendy Pink #8D4D85

Tints of Trendy Pink #8D4D85

Color information

#8D4D85 (or 0x8D4D85) is unknown color: approx Trendy Pink. HEX triplet: 8D, 4D and 85. RGB value is (141,77,133). Sum of RGB (Red+Green+Blue) = 141+77+133=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D4D85 is #72B27A. Grayscale: #666666. Windows color (decimal): -7516795 or 8736141. OLE color: 8736141.

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

Color convert

RGB14177133-
CMYK00.450.060.45
HSL307.5º29.36%42.75%-
HSV(B)307.5º45.39%55.29%-
XYZ17.8712.6623.69-
YUV102.52145.2155.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.17%
GREEN value IS 77 (30.47% from 255) = 21.94%
BLUE value IS 133 (52.34% from 255) = 37.89%
R=40.17%
G=21.94%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417713300.450.060.45307.529.3642.75
Hex8D4D8502D62D1341d2b
Octal2151152050556554643553
Binary10001101100110110000101010110111010110110011010011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,77,133); }

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

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

 a { background-color: rgb(141,77,133); }

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

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

 span { border-color: rgb(141,77,133); }

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