#8A4887

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

Shades of Trendy Pink #8A4887

Tints of Trendy Pink #8A4887

Color information

#8A4887 (or 0x8A4887) is unknown color: approx Trendy Pink. HEX triplet: 8A, 48 and 87. RGB value is (138,72,135). Sum of RGB (Red+Green+Blue) = 138+72+135=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4887 is #75B778. Grayscale: #626262. Windows color (decimal): -7714681 or 8865930. OLE color: 8865930.

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

Color convert

RGB13872135-
CMYK00.480.020.46
HSL302.73º31.43%41.18%-
HSV(B)302.73º47.83%54.12%-
XYZ17.1711.7924.29-
YUV98.92148.37155.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40%
GREEN value IS 72 (28.52% from 255) = 20.87%
BLUE value IS 135 (53.12% from 255) = 39.13%
R=40%
G=20.87%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1387213500.480.020.46302.7331.4341.18
Hex8A488703022E12f1f29
Octal2121102070602564573751
Binary1000101010010001000011101100001010111010010111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,72,135); }

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

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

 a { background-color: rgb(138,72,135); }

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

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

 span { border-color: rgb(138,72,135); }

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