#8C427F

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

Shades of Trendy Pink #8C427F

Tints of Trendy Pink #8C427F

Color information

#8C427F (or 0x8C427F) is unknown color: approx Trendy Pink. HEX triplet: 8C, 42 and 7F. RGB value is (140,66,127). Sum of RGB (Red+Green+Blue) = 140+66+127=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 140 - color contains mainly: red. Hex color #8C427F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C427F is #73BD80. Grayscale: #5E5E5E. Windows color (decimal): -7585153 or 8340108. OLE color: 8340108.

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

Color convert

RGB14066127-
CMYK00.530.090.45
HSL310.54º35.92%40.39%-
HSV(B)310.54º52.86%54.9%-
XYZ16.591121.33-
YUV95.08146.02160.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.04%
GREEN value IS 66 (26.17% from 255) = 19.82%
BLUE value IS 127 (50% from 255) = 38.14%
R=42.04%
G=19.82%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406612700.530.090.45310.5435.9240.39
Hex8C427F03592D1372428
Octal21410217706511554674450
Binary100011001000010111111101101011001101101100110111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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