#8B4583

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

Shades of Trendy Pink #8B4583

Tints of Trendy Pink #8B4583

Color information

#8B4583 (or 0x8B4583) is unknown color: approx Trendy Pink. HEX triplet: 8B, 45 and 83. RGB value is (139,69,131). Sum of RGB (Red+Green+Blue) = 139+69+131=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4583 is #74BA7C. Grayscale: #606060. Windows color (decimal): -7649917 or 8603019. OLE color: 8603019.

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

Color convert

RGB13969131-
CMYK00.500.060.45
HSL306.86º33.65%40.78%-
HSV(B)306.86º50.36%54.51%-
XYZ16.8711.3822.78-
YUV97147.19157.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.00%
GREEN value IS 69 (27.34% from 255) = 20.35%
BLUE value IS 131 (51.56% from 255) = 38.64%
R=41.00%
G=20.35%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1396913100.500.060.45306.8633.6540.78
Hex8B458303262D1332229
Octal2131052030626554634251
Binary100010111000101100000110110010110101101100110011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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