#8B5789

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

Shades of Trendy Pink #8B5789

Tints of Trendy Pink #8B5789

Color information

#8B5789 (or 0x8B5789) is unknown color: approx Trendy Pink. HEX triplet: 8B, 57 and 89. RGB value is (139,87,137). Sum of RGB (Red+Green+Blue) = 139+87+137=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5789 is #74A876. Grayscale: #6C6C6C. Windows color (decimal): -7645303 or 9000843. OLE color: 9000843.

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

Color convert

RGB13987137-
CMYK00.370.010.45
HSL302.31º23.01%44.31%-
HSV(B)302.31º37.41%54.51%-
XYZ18.5714.1125.41-
YUV108.25144.23149.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.29%
GREEN value IS 87 (34.38% from 255) = 23.97%
BLUE value IS 137 (53.91% from 255) = 37.74%
R=38.29%
G=23.97%
B=37.74%

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
Decimal1398713700.370.010.45302.3123.0144.31
Hex8B578902512D12e172c
Octal2131272110451554562754
Binary100010111010111100010010100101110110110010111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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