#875981

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

Shades of Trendy Pink #875981

Tints of Trendy Pink #875981

Color information

#875981 (or 0x875981) is unknown color: approx Trendy Pink. HEX triplet: 87, 59 and 81. RGB value is (135,89,129). Sum of RGB (Red+Green+Blue) = 135+89+129=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 135 - color contains mainly: red. Hex color #875981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875981 is #78A67E. Grayscale: #6B6B6B. Windows color (decimal): -7906943 or 8477063. OLE color: 8477063.

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

Color convert

RGB13589129-
CMYK00.340.040.47
HSL307.83º20.54%43.92%-
HSV(B)307.83º34.07%52.94%-
XYZ17.5313.8822.52-
YUV107.31140.24147.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.24%
GREEN value IS 89 (35.16% from 255) = 25.21%
BLUE value IS 129 (50.78% from 255) = 36.54%
R=38.24%
G=25.21%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358912900.340.040.47307.8320.5443.92
Hex87598102242F134152c
Octal2071312010424574642554
Binary10000111101100110000001010001010010111110011010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875981; }

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

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

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

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

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

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

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

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