#8B5387

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

Shades of Trendy Pink #8B5387

Tints of Trendy Pink #8B5387

Color information

#8B5387 (or 0x8B5387) is unknown color: approx Trendy Pink. HEX triplet: 8B, 53 and 87. RGB value is (139,83,135). Sum of RGB (Red+Green+Blue) = 139+83+135=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5387 is #74AC78. Grayscale: #696969. Windows color (decimal): -7646329 or 8868747. OLE color: 8868747.

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

Color convert

RGB13983135-
CMYK00.400.030.45
HSL304.29º25.23%43.53%-
HSV(B)304.29º40.29%54.51%-
XYZ18.1113.4224.56-
YUV105.67144.55151.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.94%
GREEN value IS 83 (32.81% from 255) = 23.25%
BLUE value IS 135 (53.12% from 255) = 37.82%
R=38.94%
G=23.25%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398313500.400.030.45304.2925.2343.53
Hex8B538702832D130192c
Octal2131232070503554603154
Binary1000101110100111000011101010001110110110011000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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