#8C437C

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

Shades of Trendy Pink #8C437C

Tints of Trendy Pink #8C437C

Color information

#8C437C (or 0x8C437C) is unknown color: approx Trendy Pink. HEX triplet: 8C, 43 and 7C. RGB value is (140,67,124). Sum of RGB (Red+Green+Blue) = 140+67+124=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 140 - color contains mainly: red. Hex color #8C437C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C437C is #73BC83. Grayscale: #5F5F5F. Windows color (decimal): -7584900 or 8143756. OLE color: 8143756.

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

Color convert

RGB14067124-
CMYK00.520.110.45
HSL313.15º35.27%40.59%-
HSV(B)313.15º52.14%54.9%-
XYZ16.4611.0420.33-
YUV95.32144.18159.87-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.30%
GREEN value IS 67 (26.56% from 255) = 20.24%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=42.30%
G=20.24%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406712400.520.110.45313.1535.2740.59
Hex8C437C034B2D1392329
Octal21410317406413554714351
Binary100011001000011111110001101001011101101100111001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C437C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,67,124); }

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

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

 a { background-color: rgb(140,67,124); }

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

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

 span { border-color: rgb(140,67,124); }

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