#8A4876

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

Shades of Trendy Pink #8A4876

Tints of Trendy Pink #8A4876

Color information

#8A4876 (or 0x8A4876) is unknown color: approx Trendy Pink. HEX triplet: 8A, 48 and 76. RGB value is (138,72,118). Sum of RGB (Red+Green+Blue) = 138+72+118=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4876 is #75B789. Grayscale: #606060. Windows color (decimal): -7714698 or 7751818. OLE color: 7751818.

HSL color Cylindrical-coordinate representation of color #8A4876: hue angle of 318.18º 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 #8A4876 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB13872118-
CMYK00.480.140.46
HSL318.18º31.43%41.18%-
HSV(B)318.18º47.83%54.12%-
XYZ16.0711.3518.48-
YUV96.98139.87157.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.07%
GREEN value IS 72 (28.52% from 255) = 21.95%
BLUE value IS 118 (46.48% from 255) = 35.98%
R=42.07%
G=21.95%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1387211800.480.140.46318.1831.4341.18
Hex8A4876030E2E13e1f29
Octal21211016606016564763751
Binary10001010100100011101100110000111010111010011111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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