#8C477D

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

Shades of Trendy Pink #8C477D

Tints of Trendy Pink #8C477D

Color information

#8C477D (or 0x8C477D) is unknown color: approx Trendy Pink. HEX triplet: 8C, 47 and 7D. RGB value is (140,71,125). Sum of RGB (Red+Green+Blue) = 140+71+125=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 140 - color contains mainly: red. Hex color #8C477D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C477D is #73B882. Grayscale: #616161. Windows color (decimal): -7583875 or 8210316. OLE color: 8210316.

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

Color convert

RGB14071125-
CMYK00.490.110.45
HSL313.04º32.7%41.37%-
HSV(B)313.04º49.29%54.9%-
XYZ16.7711.5620.75-
YUV97.79143.36158.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.67%
GREEN value IS 71 (28.12% from 255) = 21.13%
BLUE value IS 125 (49.22% from 255) = 37.20%
R=41.67%
G=21.13%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407112500.490.110.45313.0432.741.37
Hex8C477D031B2D1392129
Octal21410717506113554714151
Binary100011001000111111110101100011011101101100111001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C477D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,71,125); }

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

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

 a { background-color: rgb(140,71,125); }

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

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

 span { border-color: rgb(140,71,125); }

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