#8D6887

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

Shades of Trendy Pink #8D6887

Tints of Trendy Pink #8D6887

Color information

#8D6887 (or 0x8D6887) is unknown color: approx Trendy Pink. HEX triplet: 8D, 68 and 87. RGB value is (141,104,135). Sum of RGB (Red+Green+Blue) = 141+104+135=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6887 is #729778. Grayscale: #767676. Windows color (decimal): -7509881 or 8874125. OLE color: 8874125.

HSL color Cylindrical-coordinate representation of color #8D6887: hue angle of 309.73º 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 #8D6887 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB141104135-
CMYK00.260.040.45
HSL309.73º15.1%48.04%-
HSV(B)309.73º26.24%55.29%-
XYZ20.3117.3125.19-
YUV118.6137.26143.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.11%
GREEN value IS 104 (41.02% from 255) = 27.37%
BLUE value IS 135 (53.12% from 255) = 35.53%
R=37.11%
G=27.37%
B=35.53%

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
Decimal14110413500.260.040.45309.7315.148.04
Hex8D688701A42D136f30
Octal2151502070324554661760
Binary100011011101000100001110110101001011011001101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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