#8B4989

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

Shades of Trendy Pink #8B4989

Tints of Trendy Pink #8B4989

Color information

#8B4989 (or 0x8B4989) is unknown color: approx Trendy Pink. HEX triplet: 8B, 49 and 89. RGB value is (139,73,137). Sum of RGB (Red+Green+Blue) = 139+73+137=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4989 is #74B676. Grayscale: #636363. Windows color (decimal): -7648887 or 8997259. OLE color: 8997259.

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

Color convert

RGB13973137-
CMYK00.470.010.45
HSL301.82º31.13%41.57%-
HSV(B)301.82º47.48%54.51%-
XYZ17.5512.0625.07-
YUV100.03148.87155.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.83%
GREEN value IS 73 (28.91% from 255) = 20.92%
BLUE value IS 137 (53.91% from 255) = 39.26%
R=39.83%
G=20.92%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397313700.470.010.45301.8231.1341.57
Hex8B498902F12D12e1f2a
Octal2131112110571554563752
Binary100010111001001100010010101111110110110010111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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