#8C497F

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

Shades of Trendy Pink #8C497F

Tints of Trendy Pink #8C497F

Color information

#8C497F (or 0x8C497F) is unknown color: approx Trendy Pink. HEX triplet: 8C, 49 and 7F. RGB value is (140,73,127). Sum of RGB (Red+Green+Blue) = 140+73+127=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 140 - color contains mainly: red. Hex color #8C497F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C497F is #73B680. Grayscale: #636363. Windows color (decimal): -7583361 or 8341900. OLE color: 8341900.

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

Color convert

RGB14073127-
CMYK00.480.090.45
HSL311.64º31.46%41.76%-
HSV(B)311.64º47.86%54.9%-
XYZ17.0311.8721.47-
YUV99.19143.7157.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 41.18%
GREEN value IS 73 (28.91% from 255) = 21.47%
BLUE value IS 127 (50% from 255) = 37.35%
R=41.18%
G=21.47%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407312700.480.090.45311.6431.4641.76
Hex8C497F03092D1381f2a
Octal21411117706011554703752
Binary10001100100100111111110110000100110110110011100011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C497F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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