#874883

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

Shades of Trendy Pink #874883

Tints of Trendy Pink #874883

Color information

#874883 (or 0x874883) is unknown color: approx Trendy Pink. HEX triplet: 87, 48 and 83. RGB value is (135,72,131). Sum of RGB (Red+Green+Blue) = 135+72+131=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #874883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874883 is #78B77C. Grayscale: #616161. Windows color (decimal): -7911293 or 8603783. OLE color: 8603783.

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

Color convert

RGB13572131-
CMYK00.470.030.47
HSL303.81º30.43%40.59%-
HSV(B)303.81º46.67%52.94%-
XYZ16.4111.4222.81-
YUV97.56146.87154.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.94%
GREEN value IS 72 (28.52% from 255) = 21.30%
BLUE value IS 131 (51.56% from 255) = 38.76%
R=39.94%
G=21.30%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357213100.470.030.47303.8130.4340.59
Hex87488302F32F1301e29
Octal2071102030573574603651
Binary1000011110010001000001101011111110111110011000011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874883; }

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

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

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

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

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

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

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

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