#8C537F

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

Shades of Trendy Pink #8C537F

Tints of Trendy Pink #8C537F

Color information

#8C537F (or 0x8C537F) is unknown color: approx Trendy Pink. HEX triplet: 8C, 53 and 7F. RGB value is (140,83,127). Sum of RGB (Red+Green+Blue) = 140+83+127=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 140 - color contains mainly: red. Hex color #8C537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C537F is #73AC80. Grayscale: #686868. Windows color (decimal): -7580801 or 8344460. OLE color: 8344460.

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

Color convert

RGB14083127-
CMYK00.410.090.45
HSL313.68º25.56%43.73%-
HSV(B)313.68º40.71%54.9%-
XYZ17.7413.2921.71-
YUV105.06140.38152.92-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40%
GREEN value IS 83 (32.81% from 255) = 23.71%
BLUE value IS 127 (50% from 255) = 36.29%
R=40%
G=23.71%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408312700.410.090.45313.6825.5643.73
Hex8C537F02992D13a1a2c
Octal21412317705111554723254
Binary10001100101001111111110101001100110110110011101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C537F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,83,127); }

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

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

 a { background-color: rgb(140,83,127); }

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

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

 span { border-color: rgb(140,83,127); }

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