#874F89

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

Shades of Trendy Pink #874F89

Tints of Trendy Pink #874F89

Color information

#874F89 (or 0x874F89) is unknown color: approx Trendy Pink. HEX triplet: 87, 4F and 89. RGB value is (135,79,137). Sum of RGB (Red+Green+Blue) = 135+79+137=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 137 - color contains mainly: blue. Hex color #874F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874F89 is #78B076. Grayscale: #666666. Windows color (decimal): -7909495 or 8998791. OLE color: 8998791.

HSL color Cylindrical-coordinate representation of color #874F89: hue angle of 297.93º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #874F89 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13579137-
CMYK0.010.4200.46
HSL297.93º26.85%42.35%-
HSV(B)297.93º42.34%53.73%-
XYZ17.312.5525.18-
YUV102.36147.55151.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.46%
GREEN value IS 79 (31.25% from 255) = 22.51%
BLUE value IS 137 (53.91% from 255) = 39.03%
R=38.46%
G=22.51%
B=39.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal135791370.010.4200.46297.9326.8542.35
Hex874F8912A02E12a1b2a
Octal2071172111520564523352
Binary100001111001111100010011101010010111010010101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,79,137); }

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

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

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

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

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

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

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