#8B5389

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

Shades of Trendy Pink #8B5389

Tints of Trendy Pink #8B5389

Color information

#8B5389 (or 0x8B5389) is unknown color: approx Trendy Pink. HEX triplet: 8B, 53 and 89. RGB value is (139,83,137). Sum of RGB (Red+Green+Blue) = 139+83+137=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5389 is #74AC76. Grayscale: #696969. Windows color (decimal): -7646327 or 8999819. OLE color: 8999819.

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

Color convert

RGB13983137-
CMYK00.400.010.45
HSL302.14º25.23%43.53%-
HSV(B)302.14º40.29%54.51%-
XYZ18.2613.4825.31-
YUV105.9145.55151.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.72%
GREEN value IS 83 (32.81% from 255) = 23.12%
BLUE value IS 137 (53.91% from 255) = 38.16%
R=38.72%
G=23.12%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398313700.400.010.45302.1425.2343.53
Hex8B538902812D12e192c
Octal2131232110501554563154
Binary100010111010011100010010101000110110110010111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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