#8B4C83

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

Shades of Trendy Pink #8B4C83

Tints of Trendy Pink #8B4C83

Color information

#8B4C83 (or 0x8B4C83) is unknown color: approx Trendy Pink. HEX triplet: 8B, 4C and 83. RGB value is (139,76,131). Sum of RGB (Red+Green+Blue) = 139+76+131=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4C83 is #74B37C. Grayscale: #646464. Windows color (decimal): -7648125 or 8604811. OLE color: 8604811.

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

Color convert

RGB13976131-
CMYK00.450.060.45
HSL307.62º29.3%42.16%-
HSV(B)307.62º45.32%54.51%-
XYZ17.3312.322.93-
YUV101.11144.87155.03-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.17%
GREEN value IS 76 (30.08% from 255) = 21.97%
BLUE value IS 131 (51.56% from 255) = 37.86%
R=40.17%
G=21.97%
B=37.86%

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
Decimal1397613100.450.060.45307.6229.342.16
Hex8B4C8302D62D1341d2a
Octal2131142030556554643552
Binary10001011100110010000011010110111010110110011010011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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