#8B4F80

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

Shades of Trendy Pink #8B4F80

Tints of Trendy Pink #8B4F80

Color information

#8B4F80 (or 0x8B4F80) is unknown color: approx Trendy Pink. HEX triplet: 8B, 4F and 80. RGB value is (139,79,128). Sum of RGB (Red+Green+Blue) = 139+79+128=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B4F80 is #74B07F. Grayscale: #666666. Windows color (decimal): -7647360 or 8408971. OLE color: 8408971.

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

Color convert

RGB13979128-
CMYK00.430.080.45
HSL311º27.52%42.75%-
HSV(B)311º43.17%54.51%-
XYZ17.3412.6421.95-
YUV102.53142.38154.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.17%
GREEN value IS 79 (31.25% from 255) = 22.83%
BLUE value IS 128 (50.39% from 255) = 36.99%
R=40.17%
G=22.83%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397912800.430.080.4531127.5242.75
Hex8B4F8002B82D1371c2b
Octal21311720005310554673453
Binary100010111001111100000000101011100010110110011011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,79,128); }

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

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

 a { background-color: rgb(139,79,128); }

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

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

 span { border-color: rgb(139,79,128); }

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