#8B4D7A

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

Shades of Trendy Pink #8B4D7A

Tints of Trendy Pink #8B4D7A

Color information

#8B4D7A (or 0x8B4D7A) is unknown color: approx Trendy Pink. HEX triplet: 8B, 4D and 7A. RGB value is (139,77,122). Sum of RGB (Red+Green+Blue) = 139+77+122=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4D7A is #74B285. Grayscale: #646464. Windows color (decimal): -7647878 or 8015243. OLE color: 8015243.

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

Color convert

RGB13977122-
CMYK00.450.120.45
HSL316.45º28.7%42.35%-
HSV(B)316.45º44.6%54.51%-
XYZ16.8112.219.88-
YUV100.67140.04155.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.12%
GREEN value IS 77 (30.47% from 255) = 22.78%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=41.12%
G=22.78%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397712200.450.120.45316.4528.742.35
Hex8B4D7A02DC2D13c1d2a
Octal21311517205514554743552
Binary10001011100110111110100101101110010110110011110011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,77,122); }

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

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

 a { background-color: rgb(139,77,122); }

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

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

 span { border-color: rgb(139,77,122); }

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