#8F5589

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

Shades of Trendy Pink #8F5589

Tints of Trendy Pink #8F5589

Color information

#8F5589 (or 0x8F5589) is unknown color: approx Trendy Pink. HEX triplet: 8F, 55 and 89. RGB value is (143,85,137). Sum of RGB (Red+Green+Blue) = 143+85+137=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5589 is #70AA76. Grayscale: #6C6C6C. Windows color (decimal): -7383671 or 9000335. OLE color: 9000335.

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

Color convert

RGB14385137-
CMYK00.410.040.44
HSL306.21º25.44%44.71%-
HSV(B)306.21º40.56%56.08%-
XYZ19.0914.1425.39-
YUV108.27144.22152.77-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.18%
GREEN value IS 85 (33.59% from 255) = 23.29%
BLUE value IS 137 (53.91% from 255) = 37.53%
R=39.18%
G=23.29%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438513700.410.040.44306.2125.4444.71
Hex8F558902942C132192d
Octal2171252110514544623155
Binary10001111101010110001001010100110010110010011001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,85,137); }

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

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

 a { background-color: rgb(143,85,137); }

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

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

 span { border-color: rgb(143,85,137); }

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