#8F4387

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

Shades of Trendy Pink #8F4387

Tints of Trendy Pink #8F4387

Color information

#8F4387 (or 0x8F4387) is unknown color: approx Trendy Pink. HEX triplet: 8F, 43 and 87. RGB value is (143,67,135). Sum of RGB (Red+Green+Blue) = 143+67+135=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4387 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4387 is #70BC78. Grayscale: #616161. Windows color (decimal): -7388281 or 8864655. OLE color: 8864655.

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

Color convert

RGB14367135-
CMYK00.530.060.44
HSL306.32º36.19%41.18%-
HSV(B)306.32º53.15%56.08%-
XYZ17.7111.624.23-
YUV97.48149.18160.47-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.45%
GREEN value IS 67 (26.56% from 255) = 19.42%
BLUE value IS 135 (53.12% from 255) = 39.13%
R=41.45%
G=19.42%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1436713500.530.060.44306.3236.1941.18
Hex8F438703562C1322429
Octal2171032070656544624451
Binary100011111000011100001110110101110101100100110010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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