#8B557C

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

Shades of Trendy Pink #8B557C

Tints of Trendy Pink #8B557C

Color information

#8B557C (or 0x8B557C) is unknown color: approx Trendy Pink. HEX triplet: 8B, 55 and 7C. RGB value is (139,85,124). Sum of RGB (Red+Green+Blue) = 139+85+124=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 139 - color contains mainly: red. Hex color #8B557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B557C is #74AA83. Grayscale: #696969. Windows color (decimal): -7645828 or 8148363. OLE color: 8148363.

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

Color convert

RGB13985124-
CMYK00.390.110.45
HSL316.67º24.11%43.92%-
HSV(B)316.67º38.85%54.51%-
XYZ17.5313.4420.74-
YUV105.59138.39151.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.94%
GREEN value IS 85 (33.59% from 255) = 24.43%
BLUE value IS 124 (48.83% from 255) = 35.63%
R=39.94%
G=24.43%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398512400.390.110.45316.6724.1143.92
Hex8B557C027B2D13d182c
Octal21312517404713554753054
Binary10001011101010111111000100111101110110110011110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,85,124); }

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

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

 a { background-color: rgb(139,85,124); }

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

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

 span { border-color: rgb(139,85,124); }

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