#874887

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

Shades of Trendy Pink #874887

Tints of Trendy Pink #874887

Color information

#874887 (or 0x874887) is unknown color: approx Trendy Pink. HEX triplet: 87, 48 and 87. RGB value is (135,72,135). Sum of RGB (Red+Green+Blue) = 135+72+135=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #874887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874887 is #78B778. Grayscale: #616161. Windows color (decimal): -7911289 or 8865927. OLE color: 8865927.

HSL color Cylindrical-coordinate representation of color #874887: hue angle of 300º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #874887 is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13572135-
CMYK00.4700.47
HSL300º30.43%40.59%-
HSV(B)300º46.67%52.94%-
XYZ16.6811.5324.27-
YUV98.02148.87154.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.47%
GREEN value IS 72 (28.52% from 255) = 21.05%
BLUE value IS 135 (53.12% from 255) = 39.47%
R=39.47%
G=21.05%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357213500.4700.4730030.4340.59
Hex87488702F02F12c1e29
Octal2071102070570574543651
Binary100001111001000100001110101111010111110010110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874887; }

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

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

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

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

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

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

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

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