#8B537B

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

Shades of Trendy Pink #8B537B

Tints of Trendy Pink #8B537B

Color information

#8B537B (or 0x8B537B) is unknown color: approx Trendy Pink. HEX triplet: 8B, 53 and 7B. RGB value is (139,83,123). Sum of RGB (Red+Green+Blue) = 139+83+123=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B537B is #74AC84. Grayscale: #686868. Windows color (decimal): -7646341 or 8082315. OLE color: 8082315.

HSL color Cylindrical-coordinate representation of color #8B537B: hue angle of 317.14º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B537B is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB13983123-
CMYK00.400.120.45
HSL317.14º25.23%43.53%-
HSV(B)317.14º40.29%54.51%-
XYZ17.3213.1120.36-
YUV104.3138.55152.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.29%
GREEN value IS 83 (32.81% from 255) = 24.06%
BLUE value IS 123 (48.44% from 255) = 35.65%
R=40.29%
G=24.06%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398312300.400.120.45317.1425.2343.53
Hex8B537B028C2D13d192c
Octal21312317305014554753154
Binary10001011101001111110110101000110010110110011110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,83,123); }

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

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

 a { background-color: rgb(139,83,123); }

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

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

 span { border-color: rgb(139,83,123); }

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