#875980

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

Shades of Trendy Pink #875980

Tints of Trendy Pink #875980

Color information

#875980 (or 0x875980) is unknown color: approx Trendy Pink. HEX triplet: 87, 59 and 80. RGB value is (135,89,128). Sum of RGB (Red+Green+Blue) = 135+89+128=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 135 - color contains mainly: red. Hex color #875980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875980 is #78A67F. Grayscale: #6B6B6B. Windows color (decimal): -7906944 or 8411527. OLE color: 8411527.

HSL color Cylindrical-coordinate representation of color #875980: hue angle of 309.13º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #875980 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13589128-
CMYK00.340.050.47
HSL309.13º20.54%43.92%-
HSV(B)309.13º34.07%52.94%-
XYZ17.4613.8522.18-
YUV107.2139.74147.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.35%
GREEN value IS 89 (35.16% from 255) = 25.28%
BLUE value IS 128 (50.39% from 255) = 36.36%
R=38.35%
G=25.28%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358912800.340.050.47309.1320.5443.92
Hex87598002252F135152c
Octal2071312000425574652554
Binary10000111101100110000000010001010110111110011010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875980; }

 p { color: rgb(135,89,128); }

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

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

 a { background-color: rgb(135,89,128); }

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

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

 span { border-color: rgb(135,89,128); }

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