#8A5289

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

Shades of Trendy Pink #8A5289

Tints of Trendy Pink #8A5289

Color information

#8A5289 (or 0x8A5289) is unknown color: approx Trendy Pink. HEX triplet: 8A, 52 and 89. RGB value is (138,82,137). Sum of RGB (Red+Green+Blue) = 138+82+137=357 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.66% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5289 is #75AD76. Grayscale: #686868. Windows color (decimal): -7712119 or 8999562. OLE color: 8999562.

HSL color Cylindrical-coordinate representation of color #8A5289: hue angle of 301.07º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A5289 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB13882137-
CMYK00.410.010.46
HSL301.07º25.45%43.14%-
HSV(B)301.07º40.58%54.12%-
XYZ18.0113.2425.27-
YUV105.01146.05151.53-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.66%
GREEN value IS 82 (32.42% from 255) = 22.97%
BLUE value IS 137 (53.91% from 255) = 38.38%
R=38.66%
G=22.97%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1388213700.410.010.46301.0725.4543.14
Hex8A528902912E12d192b
Octal2121222110511564553153
Binary100010101010010100010010101001110111010010110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,82,137); }

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

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

 a { background-color: rgb(138,82,137); }

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

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

 span { border-color: rgb(138,82,137); }

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