#8B4D7F

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

Shades of Trendy Pink #8B4D7F

Tints of Trendy Pink #8B4D7F

Color information

#8B4D7F (or 0x8B4D7F) is unknown color: approx Trendy Pink. HEX triplet: 8B, 4D and 7F. RGB value is (139,77,127). Sum of RGB (Red+Green+Blue) = 139+77+127=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4D7F is #74B280. Grayscale: #656565. Windows color (decimal): -7647873 or 8342923. OLE color: 8342923.

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

Color convert

RGB13977127-
CMYK00.450.090.45
HSL311.61º28.7%42.35%-
HSV(B)311.61º44.6%54.51%-
XYZ17.1312.3321.56-
YUV101.24142.54154.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.52%
GREEN value IS 77 (30.47% from 255) = 22.45%
BLUE value IS 127 (50% from 255) = 37.03%
R=40.52%
G=22.45%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397712700.450.090.45311.6128.742.35
Hex8B4D7F02D92D1381d2a
Octal21311517705511554703552
Binary10001011100110111111110101101100110110110011100011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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