#874A82

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

Shades of Trendy Pink #874A82

Tints of Trendy Pink #874A82

Color information

#874A82 (or 0x874A82) is unknown color: approx Trendy Pink. HEX triplet: 87, 4A and 82. RGB value is (135,74,130). Sum of RGB (Red+Green+Blue) = 135+74+130=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #874A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874A82 is #78B57D. Grayscale: #626262. Windows color (decimal): -7910782 or 8538759. OLE color: 8538759.

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

Color convert

RGB13574130-
CMYK00.450.040.47
HSL304.92º29.19%40.98%-
HSV(B)304.92º45.19%52.94%-
XYZ16.4711.6622.5-
YUV98.62145.71153.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.82%
GREEN value IS 74 (29.30% from 255) = 21.83%
BLUE value IS 130 (51.17% from 255) = 38.35%
R=39.82%
G=21.83%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357413000.450.040.47304.9229.1940.98
Hex874A8202D42F1311d29
Octal2071122020554574613551
Binary10000111100101010000010010110110010111110011000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874A82; }

 p { color: rgb(135,74,130); }

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

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

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

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

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

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

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