#8D6987

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

Shades of Trendy Pink #8D6987

Tints of Trendy Pink #8D6987

Color information

#8D6987 (or 0x8D6987) is unknown color: approx Trendy Pink. HEX triplet: 8D, 69 and 87. RGB value is (141,105,135). Sum of RGB (Red+Green+Blue) = 141+105+135=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6987 is #729678. Grayscale: #777777. Windows color (decimal): -7509625 or 8874381. OLE color: 8874381.

HSL color Cylindrical-coordinate representation of color #8D6987: hue angle of 310º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8D6987 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB141105135-
CMYK00.260.040.45
HSL310º14.63%48.24%-
HSV(B)310º25.53%55.29%-
XYZ20.4117.5225.23-
YUV119.18136.93143.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.01%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 135 (53.12% from 255) = 35.43%
R=37.01%
G=27.56%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110513500.260.040.4531014.6348.24
Hex8D698701A42D136f30
Octal2151512070324554661760
Binary100011011101001100001110110101001011011001101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,105,135); }

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

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

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

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

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

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

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