#8C4887

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

Shades of Trendy Pink #8C4887

Tints of Trendy Pink #8C4887

Color information

#8C4887 (or 0x8C4887) is unknown color: approx Trendy Pink. HEX triplet: 8C, 48 and 87. RGB value is (140,72,135). Sum of RGB (Red+Green+Blue) = 140+72+135=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4887 is #73B778. Grayscale: #636363. Windows color (decimal): -7583609 or 8865932. OLE color: 8865932.

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

Color convert

RGB14072135-
CMYK00.490.040.45
HSL304.41º32.08%41.57%-
HSV(B)304.41º48.57%54.9%-
XYZ17.5111.9624.31-
YUV99.51148.03156.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.35%
GREEN value IS 72 (28.52% from 255) = 20.75%
BLUE value IS 135 (53.12% from 255) = 38.90%
R=40.35%
G=20.75%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407213500.490.040.45304.4132.0841.57
Hex8C488703142D130202a
Octal2141102070614554604052
Binary100011001001000100001110110001100101101100110000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,72,135); }

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

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

 a { background-color: rgb(140,72,135); }

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

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

 span { border-color: rgb(140,72,135); }

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