#8B5889

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

Shades of Trendy Pink #8B5889

Tints of Trendy Pink #8B5889

Color information

#8B5889 (or 0x8B5889) is unknown color: approx Trendy Pink. HEX triplet: 8B, 58 and 89. RGB value is (139,88,137). Sum of RGB (Red+Green+Blue) = 139+88+137=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5889 is #74A776. Grayscale: #6C6C6C. Windows color (decimal): -7645047 or 9001099. OLE color: 9001099.

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

Color convert

RGB13988137-
CMYK00.370.010.45
HSL302.35º22.47%44.51%-
HSV(B)302.35º36.69%54.51%-
XYZ18.6514.2725.44-
YUV108.84143.9149.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.19%
GREEN value IS 88 (34.77% from 255) = 24.18%
BLUE value IS 137 (53.91% from 255) = 37.64%
R=38.19%
G=24.18%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398813700.370.010.45302.3522.4744.51
Hex8B588902512D12e162d
Octal2131302110451554562655
Binary100010111011000100010010100101110110110010111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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