#874985

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

Shades of Trendy Pink #874985

Tints of Trendy Pink #874985

Color information

#874985 (or 0x874985) is unknown color: approx Trendy Pink. HEX triplet: 87, 49 and 85. RGB value is (135,73,133). Sum of RGB (Red+Green+Blue) = 135+73+133=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #874985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874985 is #78B67A. Grayscale: #626262. Windows color (decimal): -7911035 or 8735111. OLE color: 8735111.

HSL color Cylindrical-coordinate representation of color #874985: hue angle of 301.94º 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 #874985 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13573133-
CMYK00.460.010.47
HSL301.94º29.81%40.78%-
HSV(B)301.94º45.93%52.94%-
XYZ16.6111.6123.56-
YUV98.38147.54154.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.59%
GREEN value IS 73 (28.91% from 255) = 21.41%
BLUE value IS 133 (52.34% from 255) = 39.00%
R=39.59%
G=21.41%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357313300.460.010.47301.9429.8140.78
Hex87498502E12F12e1e29
Octal2071112050561574563651
Binary100001111001001100001010101110110111110010111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874985; }

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

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

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

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

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

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

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

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