#8B4D79

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

Shades of Trendy Pink #8B4D79

Tints of Trendy Pink #8B4D79

Color information

#8B4D79 (or 0x8B4D79) is unknown color: approx Trendy Pink. HEX triplet: 8B, 4D and 79. RGB value is (139,77,121). Sum of RGB (Red+Green+Blue) = 139+77+121=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4D79 is #74B286. Grayscale: #646464. Windows color (decimal): -7647879 or 7949707. OLE color: 7949707.

HSL color Cylindrical-coordinate representation of color #8B4D79: hue angle of 317.42º 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 #8B4D79 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB13977121-
CMYK00.450.130.45
HSL317.42º28.7%42.35%-
HSV(B)317.42º44.6%54.51%-
XYZ16.7512.1819.56-
YUV100.55139.54155.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.25%
GREEN value IS 77 (30.47% from 255) = 22.85%
BLUE value IS 121 (47.66% from 255) = 35.91%
R=41.25%
G=22.85%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397712100.450.130.45317.4228.742.35
Hex8B4D7902DD2D13d1d2a
Octal21311517105515554753552
Binary10001011100110111110010101101110110110110011110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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