#8B538B

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

Shades of Trendy Pink #8B538B

Tints of Trendy Pink #8B538B

Color information

#8B538B (or 0x8B538B) is unknown color: approx Trendy Pink. HEX triplet: 8B, 53 and 8B. RGB value is (139,83,139). Sum of RGB (Red+Green+Blue) = 139+83+139=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B538B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B538B is #74AC74. Grayscale: #696969. Windows color (decimal): -7646325 or 9130891. OLE color: 9130891.

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

Color convert

RGB13983139-
CMYK00.4000.45
HSL300º25.23%43.53%-
HSV(B)300º40.29%54.51%-
XYZ18.413.5426.07-
YUV106.13146.55151.45-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.50%
GREEN value IS 83 (32.81% from 255) = 22.99%
BLUE value IS 139 (54.69% from 255) = 38.50%
R=38.50%
G=22.99%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398313900.4000.4530025.2343.53
Hex8B538B02802D12c192c
Octal2131232130500554543154
Binary100010111010011100010110101000010110110010110011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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