#874987

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

Shades of Trendy Pink #874987

Tints of Trendy Pink #874987

Color information

#874987 (or 0x874987) is unknown color: approx Trendy Pink. HEX triplet: 87, 49 and 87. RGB value is (135,73,135). Sum of RGB (Red+Green+Blue) = 135+73+135=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #874987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874987 is #78B678. Grayscale: #626262. Windows color (decimal): -7911033 or 8866183. OLE color: 8866183.

HSL color Cylindrical-coordinate representation of color #874987: 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.46%. Process color model (Four color, CMYK) of #874987 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13573135-
CMYK00.4600.47
HSL300º29.81%40.78%-
HSV(B)300º45.93%52.94%-
XYZ16.7511.6724.29-
YUV98.61148.54153.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.36%
GREEN value IS 73 (28.91% from 255) = 21.28%
BLUE value IS 135 (53.12% from 255) = 39.36%
R=39.36%
G=21.28%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357313500.4600.4730029.8140.78
Hex87498702E02F12c1e29
Octal2071112070560574543651
Binary100001111001001100001110101110010111110010110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874987; }

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

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

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

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

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

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

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

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