#8F678B

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

Shades of Trendy Pink #8F678B

Tints of Trendy Pink #8F678B

Color information

#8F678B (or 0x8F678B) is unknown color: approx Trendy Pink. HEX triplet: 8F, 67 and 8B. RGB value is (143,103,139). Sum of RGB (Red+Green+Blue) = 143+103+139=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 143 - color contains mainly: red. Hex color #8F678B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F678B is #709874. Grayscale: #767676. Windows color (decimal): -7379061 or 9136015. OLE color: 9136015.

HSL color Cylindrical-coordinate representation of color #8F678B: hue angle of 306º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8F678B is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB143103139-
CMYK00.280.030.44
HSL306º16.26%48.24%-
HSV(B)306º27.97%56.08%-
XYZ20.8417.426.69-
YUV119.06139.25145.07-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.14%
GREEN value IS 103 (40.62% from 255) = 26.75%
BLUE value IS 139 (54.69% from 255) = 36.10%
R=37.14%
G=26.75%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14310313900.280.030.4430616.2648.24
Hex8F678B01C32C1321030
Octal2171472130343544622060
Binary100011111100111100010110111001110110010011001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,103,139); }

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

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

 a { background-color: rgb(143,103,139); }

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

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

 span { border-color: rgb(143,103,139); }

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