#8B4D83

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

Shades of Trendy Pink #8B4D83

Tints of Trendy Pink #8B4D83

Color information

#8B4D83 (or 0x8B4D83) is unknown color: approx Trendy Pink. HEX triplet: 8B, 4D and 83. RGB value is (139,77,131). Sum of RGB (Red+Green+Blue) = 139+77+131=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B4D83 is #74B27C. Grayscale: #656565. Windows color (decimal): -7647869 or 8605067. OLE color: 8605067.

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

Color convert

RGB13977131-
CMYK00.450.060.45
HSL307.74º28.7%42.35%-
HSV(B)307.74º44.6%54.51%-
XYZ17.412.4422.96-
YUV101.69144.54154.61-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.06%
GREEN value IS 77 (30.47% from 255) = 22.19%
BLUE value IS 131 (51.56% from 255) = 37.75%
R=40.06%
G=22.19%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397713100.450.060.45307.7428.742.35
Hex8B4D8302D62D1341d2a
Octal2131152030556554643552
Binary10001011100110110000011010110111010110110011010011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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