#8B4E7D

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

Shades of Trendy Pink #8B4E7D

Tints of Trendy Pink #8B4E7D

Color information

#8B4E7D (or 0x8B4E7D) is unknown color: approx Trendy Pink. HEX triplet: 8B, 4E and 7D. RGB value is (139,78,125). Sum of RGB (Red+Green+Blue) = 139+78+125=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4E7D is #74B182. Grayscale: #656565. Windows color (decimal): -7647619 or 8212107. OLE color: 8212107.

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

Color convert

RGB13978125-
CMYK00.440.100.45
HSL313.77º28.11%42.55%-
HSV(B)313.77º43.88%54.51%-
XYZ17.0712.4220.9-
YUV101.6141.21154.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.64%
GREEN value IS 78 (30.86% from 255) = 22.81%
BLUE value IS 125 (49.22% from 255) = 36.55%
R=40.64%
G=22.81%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397812500.440.100.45313.7728.1142.55
Hex8B4E7D02CA2D13a1c2b
Octal21311617505412554723453
Binary10001011100111011111010101100101010110110011101011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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