#874C83

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

Shades of Trendy Pink #874C83

Tints of Trendy Pink #874C83

Color information

#874C83 (or 0x874C83) is unknown color: approx Trendy Pink. HEX triplet: 87, 4C and 83. RGB value is (135,76,131). Sum of RGB (Red+Green+Blue) = 135+76+131=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 135 - color contains mainly: red. Hex color #874C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874C83 is #78B37C. Grayscale: #636363. Windows color (decimal): -7910269 or 8604807. OLE color: 8604807.

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

Color convert

RGB13576131-
CMYK00.440.030.47
HSL304.07º27.96%41.37%-
HSV(B)304.07º43.7%52.94%-
XYZ16.6711.9622.9-
YUV99.91145.55153.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.47%
GREEN value IS 76 (30.08% from 255) = 22.22%
BLUE value IS 131 (51.56% from 255) = 38.30%
R=39.47%
G=22.22%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357613100.440.030.47304.0727.9641.37
Hex874C8302C32F1301c29
Octal2071142030543574603451
Binary1000011110011001000001101011001110111110011000011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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