#8B4A78

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

Shades of Trendy Pink #8B4A78

Tints of Trendy Pink #8B4A78

Color information

#8B4A78 (or 0x8B4A78) is unknown color: approx Trendy Pink. HEX triplet: 8B, 4A and 78. RGB value is (139,74,120). Sum of RGB (Red+Green+Blue) = 139+74+120=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4A78 is #74B587. Grayscale: #626262. Windows color (decimal): -7648648 or 7883403. OLE color: 7883403.

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

Color convert

RGB13974120-
CMYK00.470.140.45
HSL317.54º30.52%41.76%-
HSV(B)317.54º46.76%54.51%-
XYZ16.4911.7419.17-
YUV98.68140.03156.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.74%
GREEN value IS 74 (29.30% from 255) = 22.22%
BLUE value IS 120 (47.27% from 255) = 36.04%
R=41.74%
G=22.22%
B=36.04%

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
Decimal1397412000.470.140.45317.5430.5241.76
Hex8B4A7802FE2D13e1f2a
Octal21311217005716554763752
Binary10001011100101011110000101111111010110110011111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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