#8B577D

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

Shades of Trendy Pink #8B577D

Tints of Trendy Pink #8B577D

Color information

#8B577D (or 0x8B577D) is unknown color: approx Trendy Pink. HEX triplet: 8B, 57 and 7D. RGB value is (139,87,125). Sum of RGB (Red+Green+Blue) = 139+87+125=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 139 - color contains mainly: red. Hex color #8B577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B577D is #74A882. Grayscale: #6A6A6A. Windows color (decimal): -7645315 or 8214411. OLE color: 8214411.

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

Color convert

RGB13987125-
CMYK00.370.100.45
HSL316.15º23.01%44.31%-
HSV(B)316.15º37.41%54.51%-
XYZ17.7613.7921.13-
YUV106.88138.23150.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.60%
GREEN value IS 87 (34.38% from 255) = 24.79%
BLUE value IS 125 (49.22% from 255) = 35.61%
R=39.60%
G=24.79%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398712500.370.100.45316.1523.0144.31
Hex8B577D025A2D13c172c
Octal21312717504512554742754
Binary10001011101011111111010100101101010110110011110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B577D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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