#8D718D

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

Shades of Trendy Pink #8D718D

Tints of Trendy Pink #8D718D

Color information

#8D718D (or 0x8D718D) is unknown color: approx Trendy Pink. HEX triplet: 8D, 71 and 8D. RGB value is (141,113,141). Sum of RGB (Red+Green+Blue) = 141+113+141=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 141 - color contains mainly: red, blue. Hex color #8D718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D718D is #728E72. Grayscale: #7C7C7C. Windows color (decimal): -7507571 or 9269645. OLE color: 9269645.

HSL color Cylindrical-coordinate representation of color #8D718D: hue angle of 300º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8D718D is Cyan = 0, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB141113141-
CMYK00.2000.45
HSL300º11.02%49.8%-
HSV(B)300º19.86%55.29%-
XYZ21.719.427.8-
YUV124.56137.28139.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.70%
GREEN value IS 113 (44.53% from 255) = 28.61%
BLUE value IS 141 (55.47% from 255) = 35.70%
R=35.70%
G=28.61%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111314100.2000.4530011.0249.8
Hex8D718D01402D12cb32
Octal2151612150240554541362
Binary1000110111100011000110101010001011011001011001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D718D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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