#8B4586

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

Shades of Trendy Pink #8B4586

Tints of Trendy Pink #8B4586

Color information

#8B4586 (or 0x8B4586) is unknown color: approx Trendy Pink. HEX triplet: 8B, 45 and 86. RGB value is (139,69,134). Sum of RGB (Red+Green+Blue) = 139+69+134=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4586 is #74BA79. Grayscale: #616161. Windows color (decimal): -7649914 or 8799627. OLE color: 8799627.

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

Color convert

RGB13969134-
CMYK00.500.040.45
HSL304.29º33.65%40.78%-
HSV(B)304.29º50.36%54.51%-
XYZ17.0811.4723.87-
YUV97.34148.69157.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.64%
GREEN value IS 69 (27.34% from 255) = 20.18%
BLUE value IS 134 (52.73% from 255) = 39.18%
R=40.64%
G=20.18%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396913400.500.040.45304.2933.6540.78
Hex8B458603242D1302229
Octal2131052060624554604251
Binary100010111000101100001100110010100101101100110000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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