#8B6D87

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

Shades of Trendy Pink #8B6D87

Tints of Trendy Pink #8B6D87

Color information

#8B6D87 (or 0x8B6D87) is unknown color: approx Trendy Pink. HEX triplet: 8B, 6D and 87. RGB value is (139,109,135). Sum of RGB (Red+Green+Blue) = 139+109+135=383 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.29% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6D87 is #749278. Grayscale: #787878. Windows color (decimal): -7639673 or 8875403. OLE color: 8875403.

HSL color Cylindrical-coordinate representation of color #8B6D87: hue angle of 308º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B6D87 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB139109135-
CMYK00.220.030.45
HSL308º12.1%48.63%-
HSV(B)308º21.58%54.51%-
XYZ20.4918.1825.35-
YUV120.93135.94140.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.29%
GREEN value IS 109 (42.97% from 255) = 28.46%
BLUE value IS 135 (53.12% from 255) = 35.25%
R=36.29%
G=28.46%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910913500.220.030.4530812.148.63
Hex8B6D8701632D134c31
Octal2131552070263554641461
Binary10001011110110110000111010110111011011001101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,109,135); }

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

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

 a { background-color: rgb(139,109,135); }

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

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

 span { border-color: rgb(139,109,135); }

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