#8F718D

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

Shades of Trendy Pink #8F718D

Tints of Trendy Pink #8F718D

Color information

#8F718D (or 0x8F718D) is unknown color: approx Trendy Pink. HEX triplet: 8F, 71 and 8D. RGB value is (143,113,141). Sum of RGB (Red+Green+Blue) = 143+113+141=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 143 - color contains mainly: red. Hex color #8F718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F718D is #708E72. Grayscale: #7D7D7D. Windows color (decimal): -7376499 or 9269647. OLE color: 9269647.

HSL color Cylindrical-coordinate representation of color #8F718D: hue angle of 304º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F718D is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB143113141-
CMYK00.210.010.44
HSL304º11.81%50.2%-
HSV(B)304º20.98%56.08%-
XYZ22.0419.5727.82-
YUV125.16136.94140.72-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.02%
GREEN value IS 113 (44.53% from 255) = 28.46%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=36.02%
G=28.46%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311314100.210.010.4430411.8150.2
Hex8F718D01512C130c32
Octal2171612150251544601462
Binary1000111111100011000110101010111011001001100001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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