#8B4D7D

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

Shades of Trendy Pink #8B4D7D

Tints of Trendy Pink #8B4D7D

Color information

#8B4D7D (or 0x8B4D7D) is unknown color: approx Trendy Pink. HEX triplet: 8B, 4D and 7D. RGB value is (139,77,125). Sum of RGB (Red+Green+Blue) = 139+77+125=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4D7D is #74B282. Grayscale: #646464. Windows color (decimal): -7647875 or 8211851. OLE color: 8211851.

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

Color convert

RGB13977125-
CMYK00.450.100.45
HSL313.55º28.7%42.35%-
HSV(B)313.55º44.6%54.51%-
XYZ1712.2820.88-
YUV101.01141.54155.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.76%
GREEN value IS 77 (30.47% from 255) = 22.58%
BLUE value IS 125 (49.22% from 255) = 36.66%
R=40.76%
G=22.58%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397712500.450.100.45313.5528.742.35
Hex8B4D7D02DA2D13a1d2a
Octal21311517505512554723552
Binary10001011100110111111010101101101010110110011101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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