#8F5E87

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

Shades of Trendy Pink #8F5E87

Tints of Trendy Pink #8F5E87

Color information

#8F5E87 (or 0x8F5E87) is unknown color: approx Trendy Pink. HEX triplet: 8F, 5E and 87. RGB value is (143,94,135). Sum of RGB (Red+Green+Blue) = 143+94+135=372 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.44% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5E87 is #70A178. Grayscale: #717171. Windows color (decimal): -7381369 or 8871567. OLE color: 8871567.

HSL color Cylindrical-coordinate representation of color #8F5E87: hue angle of 309.8º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F5E87 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB14394135-
CMYK00.340.060.44
HSL309.8º20.68%46.47%-
HSV(B)309.8º34.27%56.08%-
XYZ19.715.5924.89-
YUV113.32140.23149.17-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.44%
GREEN value IS 94 (37.11% from 255) = 25.27%
BLUE value IS 135 (53.12% from 255) = 36.29%
R=38.44%
G=25.27%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439413500.340.060.44309.820.6846.47
Hex8F5E8702262C136152e
Octal2171362070426544662556
Binary10001111101111010000111010001011010110010011011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F5E87; }

 p { color: rgb(143,94,135); }

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

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

 a { background-color: rgb(143,94,135); }

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

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

 span { border-color: rgb(143,94,135); }

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