#8B4D7C

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

Shades of Trendy Pink #8B4D7C

Tints of Trendy Pink #8B4D7C

Color information

#8B4D7C (or 0x8B4D7C) is unknown color: approx Trendy Pink. HEX triplet: 8B, 4D and 7C. RGB value is (139,77,124). Sum of RGB (Red+Green+Blue) = 139+77+124=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4D7C is #74B283. Grayscale: #646464. Windows color (decimal): -7647876 or 8146315. OLE color: 8146315.

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

Color convert

RGB13977124-
CMYK00.450.110.45
HSL314.52º28.7%42.35%-
HSV(B)314.52º44.6%54.51%-
XYZ16.9412.2520.54-
YUV100.9141.04155.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.88%
GREEN value IS 77 (30.47% from 255) = 22.65%
BLUE value IS 124 (48.83% from 255) = 36.47%
R=40.88%
G=22.65%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397712400.450.110.45314.5228.742.35
Hex8B4D7C02DB2D13b1d2a
Octal21311517405513554733552
Binary10001011100110111111000101101101110110110011101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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