#8D4D7F

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

Shades of Trendy Pink #8D4D7F

Tints of Trendy Pink #8D4D7F

Color information

#8D4D7F (or 0x8D4D7F) is unknown color: approx Trendy Pink. HEX triplet: 8D, 4D and 7F. RGB value is (141,77,127). Sum of RGB (Red+Green+Blue) = 141+77+127=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D4D7F is #72B280. Grayscale: #656565. Windows color (decimal): -7516801 or 8342925. OLE color: 8342925.

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

Color convert

RGB14177127-
CMYK00.450.100.45
HSL313.12º29.36%42.75%-
HSV(B)313.12º45.39%55.29%-
XYZ17.4712.521.57-
YUV101.84142.2155.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.87%
GREEN value IS 77 (30.47% from 255) = 22.32%
BLUE value IS 127 (50% from 255) = 36.81%
R=40.87%
G=22.32%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417712700.450.100.45313.1229.3642.75
Hex8D4D7F02DA2D1391d2b
Octal21511517705512554713553
Binary10001101100110111111110101101101010110110011100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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