#8B557D

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

Shades of Trendy Pink #8B557D

Tints of Trendy Pink #8B557D

Color information

#8B557D (or 0x8B557D) is unknown color: approx Trendy Pink. HEX triplet: 8B, 55 and 7D. RGB value is (139,85,125). Sum of RGB (Red+Green+Blue) = 139+85+125=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 139 - color contains mainly: red. Hex color #8B557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B557D is #74AA82. Grayscale: #696969. Windows color (decimal): -7645827 or 8213899. OLE color: 8213899.

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

Color convert

RGB13985125-
CMYK00.390.100.45
HSL315.56º24.11%43.92%-
HSV(B)315.56º38.85%54.51%-
XYZ17.613.4721.07-
YUV105.71138.89151.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.83%
GREEN value IS 85 (33.59% from 255) = 24.36%
BLUE value IS 125 (49.22% from 255) = 35.82%
R=39.83%
G=24.36%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398512500.390.100.45315.5624.1143.92
Hex8B557D027A2D13c182c
Octal21312517504712554743054
Binary10001011101010111111010100111101010110110011110011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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