#8B6787

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

Shades of Trendy Pink #8B6787

Tints of Trendy Pink #8B6787

Color information

#8B6787 (or 0x8B6787) is unknown color: approx Trendy Pink. HEX triplet: 8B, 67 and 87. RGB value is (139,103,135). Sum of RGB (Red+Green+Blue) = 139+103+135=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6787 is #749878. Grayscale: #757575. Windows color (decimal): -7641209 or 8873867. OLE color: 8873867.

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

Color convert

RGB139103135-
CMYK00.260.030.45
HSL306.67º14.88%47.45%-
HSV(B)306.67º25.9%54.51%-
XYZ19.8716.9425.14-
YUV117.41137.93143.4-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.87%
GREEN value IS 103 (40.62% from 255) = 27.32%
BLUE value IS 135 (53.12% from 255) = 35.81%
R=36.87%
G=27.32%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910313500.260.030.45306.6714.8847.45
Hex8B678701A32D133f2f
Octal2131472070323554631757
Binary10001011110011110000111011010111011011001100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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