#8B537C

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

Shades of Trendy Pink #8B537C

Tints of Trendy Pink #8B537C

Color information

#8B537C (or 0x8B537C) is unknown color: approx Trendy Pink. HEX triplet: 8B, 53 and 7C. RGB value is (139,83,124). Sum of RGB (Red+Green+Blue) = 139+83+124=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B537C is #74AC83. Grayscale: #686868. Windows color (decimal): -7646340 or 8147851. OLE color: 8147851.

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

Color convert

RGB13983124-
CMYK00.400.110.45
HSL316.07º25.23%43.53%-
HSV(B)316.07º40.29%54.51%-
XYZ17.3813.1320.69-
YUV104.42139.05152.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.17%
GREEN value IS 83 (32.81% from 255) = 23.99%
BLUE value IS 124 (48.83% from 255) = 35.84%
R=40.17%
G=23.99%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398312400.400.110.45316.0725.2343.53
Hex8B537C028B2D13c192c
Octal21312317405013554743154
Binary10001011101001111111000101000101110110110011110011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B537C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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