#8B5A89

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

Shades of Trendy Pink #8B5A89

Tints of Trendy Pink #8B5A89

Color information

#8B5A89 (or 0x8B5A89) is unknown color: approx Trendy Pink. HEX triplet: 8B, 5A and 89. RGB value is (139,90,137). Sum of RGB (Red+Green+Blue) = 139+90+137=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5A89 is #74A576. Grayscale: #6D6D6D. Windows color (decimal): -7644535 or 9001611. OLE color: 9001611.

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

Color convert

RGB13990137-
CMYK00.350.010.45
HSL302.45º21.4%44.9%-
HSV(B)302.45º35.25%54.51%-
XYZ18.8214.6125.49-
YUV110.01143.23148.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.98%
GREEN value IS 90 (35.55% from 255) = 24.59%
BLUE value IS 137 (53.91% from 255) = 37.43%
R=37.98%
G=24.59%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399013700.350.010.45302.4521.444.9
Hex8B5A8902312D12e152d
Octal2131322110431554562555
Binary100010111011010100010010100011110110110010111010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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