#8B538D

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

Shades of Trendy Pink #8B538D

Tints of Trendy Pink #8B538D

Color information

#8B538D (or 0x8B538D) is unknown color: approx Trendy Pink. HEX triplet: 8B, 53 and 8D. RGB value is (139,83,141). Sum of RGB (Red+Green+Blue) = 139+83+141=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B538D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B538D is #74AC72. Grayscale: #6A6A6A. Windows color (decimal): -7646323 or 9261963. OLE color: 9261963.

HSL color Cylindrical-coordinate representation of color #8B538D: hue angle of 297.93º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B538D is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13983141-
CMYK0.010.4100.45
HSL297.93º25.89%43.92%-
HSV(B)297.93º41.13%55.29%-
XYZ18.5513.626.85-
YUV106.36147.55151.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.29%
GREEN value IS 83 (32.81% from 255) = 22.87%
BLUE value IS 141 (55.47% from 255) = 38.84%
R=38.29%
G=22.87%
B=38.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139831410.010.4100.45297.9325.8943.92
Hex8B538D12902D12a1a2c
Octal2131232151510554523254
Binary100010111010011100011011101001010110110010101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B538D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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