#8A5980

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

Shades of Trendy Pink #8A5980

Tints of Trendy Pink #8A5980

Color information

#8A5980 (or 0x8A5980) is unknown color: approx Trendy Pink. HEX triplet: 8A, 59 and 80. RGB value is (138,89,128). Sum of RGB (Red+Green+Blue) = 138+89+128=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5980 is #75A67F. Grayscale: #6B6B6B. Windows color (decimal): -7710336 or 8411530. OLE color: 8411530.

HSL color Cylindrical-coordinate representation of color #8A5980: hue angle of 312.24º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A5980 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB13889128-
CMYK00.360.070.46
HSL312.24º21.59%44.51%-
HSV(B)312.24º35.51%54.12%-
XYZ17.9514.1122.2-
YUV108.1139.23149.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.87%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 128 (50.39% from 255) = 36.06%
R=38.87%
G=25.07%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1388912800.360.070.46312.2421.5944.51
Hex8A598002472E138162d
Octal2121312000447564702655
Binary10001010101100110000000010010011110111010011100010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,89,128); }

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

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

 a { background-color: rgb(138,89,128); }

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

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

 span { border-color: rgb(138,89,128); }

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