#8F678D

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

Shades of Trendy Pink #8F678D

Tints of Trendy Pink #8F678D

Color information

#8F678D (or 0x8F678D) is unknown color: approx Trendy Pink. HEX triplet: 8F, 67 and 8D. RGB value is (143,103,141). Sum of RGB (Red+Green+Blue) = 143+103+141=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 143 - color contains mainly: red. Hex color #8F678D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F678D is #709872. Grayscale: #777777. Windows color (decimal): -7379059 or 9267087. OLE color: 9267087.

HSL color Cylindrical-coordinate representation of color #8F678D: hue angle of 303º 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 #8F678D is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB143103141-
CMYK00.280.010.44
HSL303º16.26%48.24%-
HSV(B)303º27.97%56.08%-
XYZ20.9917.4627.46-
YUV119.29140.25144.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.95%
GREEN value IS 103 (40.62% from 255) = 26.61%
BLUE value IS 141 (55.47% from 255) = 36.43%
R=36.95%
G=26.61%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14310314100.280.010.4430316.2648.24
Hex8F678D01C12C12f1030
Octal2171472150341544572060
Binary10001111110011110001101011100110110010010111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F678D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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