#8B4B84

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

Shades of Trendy Pink #8B4B84

Tints of Trendy Pink #8B4B84

Color information

#8B4B84 (or 0x8B4B84) is unknown color: approx Trendy Pink. HEX triplet: 8B, 4B and 84. RGB value is (139,75,132). Sum of RGB (Red+Green+Blue) = 139+75+132=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4B84 is #74B47B. Grayscale: #646464. Windows color (decimal): -7648380 or 8670091. OLE color: 8670091.

HSL color Cylindrical-coordinate representation of color #8B4B84: hue angle of 306.56º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B4B84 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB13975132-
CMYK00.460.050.45
HSL306.56º29.91%41.96%-
HSV(B)306.56º46.04%54.51%-
XYZ17.3312.1923.27-
YUV100.63145.7155.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.17%
GREEN value IS 75 (29.69% from 255) = 21.68%
BLUE value IS 132 (51.95% from 255) = 38.15%
R=40.17%
G=21.68%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397513200.460.050.45306.5629.9141.96
Hex8B4B8402E52D1331e2a
Octal2131132040565554633652
Binary10001011100101110000100010111010110110110011001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,75,132); }

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

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

 a { background-color: rgb(139,75,132); }

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

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

 span { border-color: rgb(139,75,132); }

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