#8B4889

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

Shades of Trendy Pink #8B4889

Tints of Trendy Pink #8B4889

Color information

#8B4889 (or 0x8B4889) is unknown color: approx Trendy Pink. HEX triplet: 8B, 48 and 89. RGB value is (139,72,137). Sum of RGB (Red+Green+Blue) = 139+72+137=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4889 is #74B776. Grayscale: #636363. Windows color (decimal): -7649143 or 8997003. OLE color: 8997003.

HSL color Cylindrical-coordinate representation of color #8B4889: hue angle of 301.79º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B4889 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB13972137-
CMYK00.480.010.45
HSL301.79º31.75%41.37%-
HSV(B)301.79º48.2%54.51%-
XYZ17.4811.9325.05-
YUV99.44149.2156.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.94%
GREEN value IS 72 (28.52% from 255) = 20.69%
BLUE value IS 137 (53.91% from 255) = 39.37%
R=39.94%
G=20.69%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397213700.480.010.45301.7931.7541.37
Hex8B488903012D12e2029
Octal2131102110601554564051
Binary1000101110010001000100101100001101101100101110100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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