#8C427C

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

Shades of Trendy Pink #8C427C

Tints of Trendy Pink #8C427C

Color information

#8C427C (or 0x8C427C) is unknown color: approx Trendy Pink. HEX triplet: 8C, 42 and 7C. RGB value is (140,66,124). Sum of RGB (Red+Green+Blue) = 140+66+124=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 140 - color contains mainly: red. Hex color #8C427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C427C is #73BD83. Grayscale: #5E5E5E. Windows color (decimal): -7585156 or 8143500. OLE color: 8143500.

HSL color Cylindrical-coordinate representation of color #8C427C: hue angle of 312.97º 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 #8C427C is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB14066124-
CMYK00.530.110.45
HSL312.97º35.92%40.39%-
HSV(B)312.97º52.86%54.9%-
XYZ16.410.9320.31-
YUV94.74144.52160.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.42%
GREEN value IS 66 (26.17% from 255) = 20%
BLUE value IS 124 (48.83% from 255) = 37.58%
R=42.42%
G=20%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1406612400.530.110.45312.9735.9240.39
Hex8C427C035B2D1392428
Octal21410217406513554714450
Binary100011001000010111110001101011011101101100111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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