#8D427C

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

Shades of Trendy Pink #8D427C

Tints of Trendy Pink #8D427C

Color information

#8D427C (or 0x8D427C) is unknown color: approx Trendy Pink. HEX triplet: 8D, 42 and 7C. RGB value is (141,66,124). Sum of RGB (Red+Green+Blue) = 141+66+124=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 141 - color contains mainly: red. Hex color #8D427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D427C is #72BD83. Grayscale: #5E5E5E. Windows color (decimal): -7519620 or 8143501. OLE color: 8143501.

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

Color convert

RGB14166124-
CMYK00.530.120.45
HSL313.6º36.23%40.59%-
HSV(B)313.6º53.19%55.29%-
XYZ16.5711.0120.32-
YUV95.04144.35160.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 42.60%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=42.60%
G=19.94%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1416612400.530.120.45313.636.2340.59
Hex8D427C035C2D13a2429
Octal21510217406514554724451
Binary100011011000010111110001101011100101101100111010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,66,124); }

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

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

 a { background-color: rgb(141,66,124); }

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

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

 span { border-color: rgb(141,66,124); }

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