#8B4480

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

Shades of Trendy Pink #8B4480

Tints of Trendy Pink #8B4480

Color information

#8B4480 (or 0x8B4480) is unknown color: approx Trendy Pink. HEX triplet: 8B, 44 and 80. RGB value is (139,68,128). Sum of RGB (Red+Green+Blue) = 139+68+128=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4480 is #74BB7F. Grayscale: #5F5F5F. Windows color (decimal): -7650176 or 8406155. OLE color: 8406155.

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

Color convert

RGB13968128-
CMYK00.510.080.45
HSL309.3º34.3%40.59%-
HSV(B)309.3º51.08%54.51%-
XYZ16.6111.1821.7-
YUV96.07146.02158.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.49%
GREEN value IS 68 (26.95% from 255) = 20.30%
BLUE value IS 128 (50.39% from 255) = 38.21%
R=41.49%
G=20.30%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396812800.510.080.45309.334.340.59
Hex8B448003382D1352229
Octal21310420006310554654251
Binary1000101110001001000000001100111000101101100110101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,68,128); }

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

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

 a { background-color: rgb(139,68,128); }

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

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

 span { border-color: rgb(139,68,128); }

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