#8F4C89

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

Shades of Trendy Pink #8F4C89

Tints of Trendy Pink #8F4C89

Color information

#8F4C89 (or 0x8F4C89) is unknown color: approx Trendy Pink. HEX triplet: 8F, 4C and 89. RGB value is (143,76,137). Sum of RGB (Red+Green+Blue) = 143+76+137=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4C89 is #70B376. Grayscale: #666666. Windows color (decimal): -7385975 or 8998031. OLE color: 8998031.

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

Color convert

RGB14376137-
CMYK00.470.040.44
HSL305.37º30.59%42.94%-
HSV(B)305.37º46.85%56.08%-
XYZ18.4312.8125.17-
YUV102.99147.2156.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.17%
GREEN value IS 76 (30.08% from 255) = 21.35%
BLUE value IS 137 (53.91% from 255) = 38.48%
R=40.17%
G=21.35%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1437613700.470.040.44305.3730.5942.94
Hex8F4C8902F42C1311f2b
Octal2171142110574544613753
Binary10001111100110010001001010111110010110010011000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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