#8B4683

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

Shades of Trendy Pink #8B4683

Tints of Trendy Pink #8B4683

Color information

#8B4683 (or 0x8B4683) is unknown color: approx Trendy Pink. HEX triplet: 8B, 46 and 83. RGB value is (139,70,131). Sum of RGB (Red+Green+Blue) = 139+70+131=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4683 is #74B97C. Grayscale: #616161. Windows color (decimal): -7649661 or 8603275. OLE color: 8603275.

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

Color convert

RGB13970131-
CMYK00.500.060.45
HSL306.96º33.01%40.98%-
HSV(B)306.96º49.64%54.51%-
XYZ16.9311.5122.8-
YUV97.58146.86157.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.88%
GREEN value IS 70 (27.73% from 255) = 20.59%
BLUE value IS 131 (51.56% from 255) = 38.53%
R=40.88%
G=20.59%
B=38.53%

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
Decimal1397013100.500.060.45306.9633.0140.98
Hex8B468303262D1332129
Octal2131062030626554634151
Binary100010111000110100000110110010110101101100110011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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