#8B4483

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

Shades of Trendy Pink #8B4483

Tints of Trendy Pink #8B4483

Color information

#8B4483 (or 0x8B4483) is unknown color: approx Trendy Pink. HEX triplet: 8B, 44 and 83. RGB value is (139,68,131). Sum of RGB (Red+Green+Blue) = 139+68+131=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4483 is #74BB7C. Grayscale: #606060. Windows color (decimal): -7650173 or 8602763. OLE color: 8602763.

HSL color Cylindrical-coordinate representation of color #8B4483: hue angle of 306.76º 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 #8B4483 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB13968131-
CMYK00.510.060.45
HSL306.76º34.3%40.59%-
HSV(B)306.76º51.08%54.51%-
XYZ16.8111.2622.76-
YUV96.41147.52158.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.12%
GREEN value IS 68 (26.95% from 255) = 20.12%
BLUE value IS 131 (51.56% from 255) = 38.76%
R=41.12%
G=20.12%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396813100.510.060.45306.7634.340.59
Hex8B448303362D1332229
Octal2131042030636554634251
Binary100010111000100100000110110011110101101100110011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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