#8B4786

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

Shades of Trendy Pink #8B4786

Tints of Trendy Pink #8B4786

Color information

#8B4786 (or 0x8B4786) is unknown color: approx Trendy Pink. HEX triplet: 8B, 47 and 86. RGB value is (139,71,134). Sum of RGB (Red+Green+Blue) = 139+71+134=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4786 is #74B879. Grayscale: #626262. Windows color (decimal): -7649402 or 8800139. OLE color: 8800139.

HSL color Cylindrical-coordinate representation of color #8B4786: hue angle of 304.41º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B4786 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB13971134-
CMYK00.490.040.45
HSL304.41º32.38%41.18%-
HSV(B)304.41º48.92%54.51%-
XYZ17.211.7223.91-
YUV98.51148.03156.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.41%
GREEN value IS 71 (28.12% from 255) = 20.64%
BLUE value IS 134 (52.73% from 255) = 38.95%
R=40.41%
G=20.64%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397113400.490.040.45304.4132.3841.18
Hex8B478603142D1302029
Octal2131072060614554604051
Binary100010111000111100001100110001100101101100110000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,71,134); }

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

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

 a { background-color: rgb(139,71,134); }

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

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

 span { border-color: rgb(139,71,134); }

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