#8B4A77

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

Shades of Trendy Pink #8B4A77

Tints of Trendy Pink #8B4A77

Color information

#8B4A77 (or 0x8B4A77) is unknown color: approx Trendy Pink. HEX triplet: 8B, 4A and 77. RGB value is (139,74,119). Sum of RGB (Red+Green+Blue) = 139+74+119=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4A77 is #74B588. Grayscale: #626262. Windows color (decimal): -7648649 or 7817867. OLE color: 7817867.

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

Color convert

RGB13974119-
CMYK00.470.140.45
HSL318.46º30.52%41.76%-
HSV(B)318.46º46.76%54.51%-
XYZ16.4311.7218.85-
YUV98.56139.53156.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.87%
GREEN value IS 74 (29.30% from 255) = 22.29%
BLUE value IS 119 (46.88% from 255) = 35.84%
R=41.87%
G=22.29%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397411900.470.140.45318.4630.5241.76
Hex8B4A7702FE2D13e1f2a
Octal21311216705716554763752
Binary10001011100101011101110101111111010110110011111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,74,119); }

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

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

 a { background-color: rgb(139,74,119); }

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

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

 span { border-color: rgb(139,74,119); }

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