#8B5A84

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

Shades of Trendy Pink #8B5A84

Tints of Trendy Pink #8B5A84

Color information

#8B5A84 (or 0x8B5A84) is unknown color: approx Trendy Pink. HEX triplet: 8B, 5A and 84. RGB value is (139,90,132). Sum of RGB (Red+Green+Blue) = 139+90+132=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5A84 is #74A57B. Grayscale: #6D6D6D. Windows color (decimal): -7644540 or 8673931. OLE color: 8673931.

HSL color Cylindrical-coordinate representation of color #8B5A84: hue angle of 308.57º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B5A84 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB13990132-
CMYK00.350.050.45
HSL308.57º21.4%44.9%-
HSV(B)308.57º35.25%54.51%-
XYZ18.4714.4723.65-
YUV109.44140.73149.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.50%
GREEN value IS 90 (35.55% from 255) = 24.93%
BLUE value IS 132 (51.95% from 255) = 36.57%
R=38.50%
G=24.93%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399013200.350.050.45308.5721.444.9
Hex8B5A8402352D135152d
Octal2131322040435554652555
Binary10001011101101010000100010001110110110110011010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,90,132); }

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

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

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

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

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

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

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