#8F487A

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

Shades of Trendy Pink #8F487A

Tints of Trendy Pink #8F487A

Color information

#8F487A (or 0x8F487A) is unknown color: approx Trendy Pink. HEX triplet: 8F, 48 and 7A. RGB value is (143,72,122). Sum of RGB (Red+Green+Blue) = 143+72+122=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 143 - color contains mainly: red. Hex color #8F487A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F487A is #70B785. Grayscale: #626262. Windows color (decimal): -7387014 or 8013967. OLE color: 8013967.

HSL color Cylindrical-coordinate representation of color #8F487A: hue angle of 317.75º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F487A is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB14372122-
CMYK00.500.150.44
HSL317.75º33.02%42.16%-
HSV(B)317.75º49.65%56.08%-
XYZ17.1611.8819.8-
YUV98.93141.02159.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.43%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=42.43%
G=21.36%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1437212200.500.150.44317.7533.0242.16
Hex8F487A032F2C13e212a
Octal21711017206217544764152
Binary100011111001000111101001100101111101100100111110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,72,122); }

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

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

 a { background-color: rgb(143,72,122); }

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

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

 span { border-color: rgb(143,72,122); }

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