#8B5089

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

Shades of Trendy Pink #8B5089

Tints of Trendy Pink #8B5089

Color information

#8B5089 (or 0x8B5089) is unknown color: approx Trendy Pink. HEX triplet: 8B, 50 and 89. RGB value is (139,80,137). Sum of RGB (Red+Green+Blue) = 139+80+137=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5089 is #74AF76. Grayscale: #676767. Windows color (decimal): -7647095 or 8999051. OLE color: 8999051.

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

Color convert

RGB13980137-
CMYK00.420.010.45
HSL302.03º26.94%42.94%-
HSV(B)302.03º42.45%54.51%-
XYZ18.0313.0325.23-
YUV104.14146.55152.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.04%
GREEN value IS 80 (31.64% from 255) = 22.47%
BLUE value IS 137 (53.91% from 255) = 38.48%
R=39.04%
G=22.47%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398013700.420.010.45302.0326.9442.94
Hex8B508902A12D12e1b2b
Octal2131202110521554563353
Binary100010111010000100010010101010110110110010111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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