#8C4C85

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

Shades of Trendy Pink #8C4C85

Tints of Trendy Pink #8C4C85

Color information

#8C4C85 (or 0x8C4C85) is unknown color: approx Trendy Pink. HEX triplet: 8C, 4C and 85. RGB value is (140,76,133). Sum of RGB (Red+Green+Blue) = 140+76+133=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4C85 is #73B37A. Grayscale: #656565. Windows color (decimal): -7582587 or 8735884. OLE color: 8735884.

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

Color convert

RGB14076133-
CMYK00.460.050.45
HSL306.56º29.63%42.35%-
HSV(B)306.56º45.71%54.9%-
XYZ17.6312.4423.66-
YUV101.63145.7155.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.11%
GREEN value IS 76 (30.08% from 255) = 21.78%
BLUE value IS 133 (52.34% from 255) = 38.11%
R=40.11%
G=21.78%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407613300.460.050.45306.5629.6342.35
Hex8C4C8502E52D1331e2a
Octal2141142050565554633652
Binary10001100100110010000101010111010110110110011001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,76,133); }

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

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

 a { background-color: rgb(140,76,133); }

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

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

 span { border-color: rgb(140,76,133); }

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