#8F6989

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

Shades of Trendy Pink #8F6989

Tints of Trendy Pink #8F6989

Color information

#8F6989 (or 0x8F6989) is unknown color: approx Trendy Pink. HEX triplet: 8F, 69 and 89. RGB value is (143,105,137). Sum of RGB (Red+Green+Blue) = 143+105+137=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6989 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6989 is #709676. Grayscale: #777777. Windows color (decimal): -7378551 or 9005455. OLE color: 9005455.

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

Color convert

RGB143105137-
CMYK00.270.040.44
HSL309.47º15.32%48.63%-
HSV(B)309.47º26.57%56.08%-
XYZ20.8917.7525.99-
YUV120.01137.59144.4-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.14%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 137 (53.91% from 255) = 35.58%
R=37.14%
G=27.27%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14310513700.270.040.44309.4715.3248.63
Hex8F698901B42C135f31
Octal2171512110334544651761
Binary100011111101001100010010110111001011001001101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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