#8A577D

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

Shades of Trendy Pink #8A577D

Tints of Trendy Pink #8A577D

Color information

#8A577D (or 0x8A577D) is unknown color: approx Trendy Pink. HEX triplet: 8A, 57 and 7D. RGB value is (138,87,125). Sum of RGB (Red+Green+Blue) = 138+87+125=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 138 - color contains mainly: red. Hex color #8A577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A577D is #75A882. Grayscale: #6A6A6A. Windows color (decimal): -7710851 or 8214410. OLE color: 8214410.

HSL color Cylindrical-coordinate representation of color #8A577D: hue angle of 315.29º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A577D is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB13887125-
CMYK00.370.090.46
HSL315.29º22.67%44.12%-
HSV(B)315.29º36.96%54.12%-
XYZ17.5913.721.12-
YUV106.58138.4150.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.43%
GREEN value IS 87 (34.38% from 255) = 24.86%
BLUE value IS 125 (49.22% from 255) = 35.71%
R=39.43%
G=24.86%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1388712500.370.090.46315.2922.6744.12
Hex8A577D02592E13b172c
Octal21212717504511564732754
Binary10001010101011111111010100101100110111010011101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A577D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,87,125); }

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

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

 a { background-color: rgb(138,87,125); }

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

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

 span { border-color: rgb(138,87,125); }

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