#8B4A84

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

Shades of Trendy Pink #8B4A84

Tints of Trendy Pink #8B4A84

Color information

#8B4A84 (or 0x8B4A84) is unknown color: approx Trendy Pink. HEX triplet: 8B, 4A and 84. RGB value is (139,74,132). Sum of RGB (Red+Green+Blue) = 139+74+132=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4A84 is #74B57B. Grayscale: #636363. Windows color (decimal): -7648636 or 8669835. OLE color: 8669835.

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

Color convert

RGB13974132-
CMYK00.470.050.45
HSL306.46º30.52%41.76%-
HSV(B)306.46º46.76%54.51%-
XYZ17.2612.0523.25-
YUV100.05146.03155.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.29%
GREEN value IS 74 (29.30% from 255) = 21.45%
BLUE value IS 132 (51.95% from 255) = 38.26%
R=40.29%
G=21.45%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397413200.470.050.45306.4630.5241.76
Hex8B4A8402F52D1321f2a
Octal2131122040575554623752
Binary10001011100101010000100010111110110110110011001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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