#8D4B7D

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

Shades of Trendy Pink #8D4B7D

Tints of Trendy Pink #8D4B7D

Color information

#8D4B7D (or 0x8D4B7D) is unknown color: approx Trendy Pink. HEX triplet: 8D, 4B and 7D. RGB value is (141,75,125). Sum of RGB (Red+Green+Blue) = 141+75+125=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4B7D is #72B482. Grayscale: #646464. Windows color (decimal): -7517315 or 8211341. OLE color: 8211341.

HSL color Cylindrical-coordinate representation of color #8D4B7D: hue angle of 314.55º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D4B7D is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB14175125-
CMYK00.470.110.45
HSL314.55º30.56%42.35%-
HSV(B)314.55º46.81%55.29%-
XYZ17.212.1820.85-
YUV100.43141.87156.93-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.35%
GREEN value IS 75 (29.69% from 255) = 21.99%
BLUE value IS 125 (49.22% from 255) = 36.66%
R=41.35%
G=21.99%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417512500.470.110.45314.5530.5642.35
Hex8D4B7D02FB2D13b1f2a
Octal21511317505713554733752
Binary10001101100101111111010101111101110110110011101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,75,125); }

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

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

 a { background-color: rgb(141,75,125); }

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

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

 span { border-color: rgb(141,75,125); }

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