#8F5D87

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

Shades of Trendy Pink #8F5D87

Tints of Trendy Pink #8F5D87

Color information

#8F5D87 (or 0x8F5D87) is unknown color: approx Trendy Pink. HEX triplet: 8F, 5D and 87. RGB value is (143,93,135). Sum of RGB (Red+Green+Blue) = 143+93+135=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5D87 is #70A278. Grayscale: #707070. Windows color (decimal): -7381625 or 8871311. OLE color: 8871311.

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

Color convert

RGB14393135-
CMYK00.350.060.44
HSL309.6º21.19%46.27%-
HSV(B)309.6º34.97%56.08%-
XYZ19.6215.4224.86-
YUV112.74140.56149.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.54%
GREEN value IS 93 (36.72% from 255) = 25.07%
BLUE value IS 135 (53.12% from 255) = 36.39%
R=38.54%
G=25.07%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439313500.350.060.44309.621.1946.27
Hex8F5D8702362C136152e
Octal2171352070436544662556
Binary10001111101110110000111010001111010110010011011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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