#8B5A80

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

Shades of Trendy Pink #8B5A80

Tints of Trendy Pink #8B5A80

Color information

#8B5A80 (or 0x8B5A80) is unknown color: approx Trendy Pink. HEX triplet: 8B, 5A and 80. RGB value is (139,90,128). Sum of RGB (Red+Green+Blue) = 139+90+128=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5A80 is #74A57F. Grayscale: #6C6C6C. Windows color (decimal): -7644544 or 8411787. OLE color: 8411787.

HSL color Cylindrical-coordinate representation of color #8B5A80: hue angle of 313.47º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B5A80 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB13990128-
CMYK00.350.080.45
HSL313.47º21.4%44.9%-
HSV(B)313.47º35.25%54.51%-
XYZ18.214.3622.23-
YUV108.98138.73149.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.94%
GREEN value IS 90 (35.55% from 255) = 25.21%
BLUE value IS 128 (50.39% from 255) = 35.85%
R=38.94%
G=25.21%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399012800.350.080.45313.4721.444.9
Hex8B5A8002382D139152d
Octal21313220004310554712555
Binary100010111011010100000000100011100010110110011100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,90,128); }

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

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

 a { background-color: rgb(139,90,128); }

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

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

 span { border-color: rgb(139,90,128); }

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