#8B4979

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

Shades of Trendy Pink #8B4979

Tints of Trendy Pink #8B4979

Color information

#8B4979 (or 0x8B4979) is unknown color: approx Trendy Pink. HEX triplet: 8B, 49 and 79. RGB value is (139,73,121). Sum of RGB (Red+Green+Blue) = 139+73+121=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4979 is #74B686. Grayscale: #626262. Windows color (decimal): -7648903 or 7948683. OLE color: 7948683.

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

Color convert

RGB13973121-
CMYK00.470.130.45
HSL316.36º31.13%41.57%-
HSV(B)316.36º47.48%54.51%-
XYZ16.4811.6319.47-
YUV98.21140.87157.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.74%
GREEN value IS 73 (28.91% from 255) = 21.92%
BLUE value IS 121 (47.66% from 255) = 36.34%
R=41.74%
G=21.92%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397312100.470.130.45316.3631.1341.57
Hex8B497902FD2D13c1f2a
Octal21311117105715554743752
Binary10001011100100111110010101111110110110110011110011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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