#8D4C7A

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

Shades of Trendy Pink #8D4C7A

Tints of Trendy Pink #8D4C7A

Color information

#8D4C7A (or 0x8D4C7A) is unknown color: approx Trendy Pink. HEX triplet: 8D, 4C and 7A. RGB value is (141,76,122). Sum of RGB (Red+Green+Blue) = 141+76+122=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4C7A is #72B385. Grayscale: #646464. Windows color (decimal): -7517062 or 8014989. OLE color: 8014989.

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

Color convert

RGB14176122-
CMYK00.460.130.45
HSL317.54º29.95%42.55%-
HSV(B)317.54º46.1%55.29%-
XYZ17.0812.2419.87-
YUV100.68140.03156.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.59%
GREEN value IS 76 (30.08% from 255) = 22.42%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=41.59%
G=22.42%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417612200.460.130.45317.5429.9542.55
Hex8D4C7A02ED2D13e1e2b
Octal21511417205615554763653
Binary10001101100110011110100101110110110110110011111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,76,122); }

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

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

 a { background-color: rgb(141,76,122); }

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

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

 span { border-color: rgb(141,76,122); }

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