#8F678E

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

Shades of Trendy Pink #8F678E

Tints of Trendy Pink #8F678E

Color information

#8F678E (or 0x8F678E) is unknown color: approx Trendy Pink. HEX triplet: 8F, 67 and 8E. RGB value is (143,103,142). Sum of RGB (Red+Green+Blue) = 143+103+142=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 143 - color contains mainly: red. Hex color #8F678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F678E is #709871. Grayscale: #777777. Windows color (decimal): -7379058 or 9332623. OLE color: 9332623.

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

Color convert

RGB143103142-
CMYK00.280.010.44
HSL301.5º16.26%48.24%-
HSV(B)301.5º27.97%56.08%-
XYZ21.0617.4927.86-
YUV119.41140.75144.83-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.86%
GREEN value IS 103 (40.62% from 255) = 26.55%
BLUE value IS 142 (55.86% from 255) = 36.60%
R=36.86%
G=26.55%
B=36.60%

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
Decimal14310314200.280.010.44301.516.2648.24
Hex8F678E01C12C12e1030
Octal2171472160341544562060
Binary10001111110011110001110011100110110010010111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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