#8A4A79

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

Shades of Trendy Pink #8A4A79

Tints of Trendy Pink #8A4A79

Color information

#8A4A79 (or 0x8A4A79) is unknown color: approx Trendy Pink. HEX triplet: 8A, 4A and 79. RGB value is (138,74,121). Sum of RGB (Red+Green+Blue) = 138+74+121=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4A79 is #75B586. Grayscale: #626262. Windows color (decimal): -7714183 or 7948938. OLE color: 7948938.

HSL color Cylindrical-coordinate representation of color #8A4A79: hue angle of 315.94º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A4A79 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB13874121-
CMYK00.460.120.46
HSL315.94º30.19%41.57%-
HSV(B)315.94º46.38%54.12%-
XYZ16.3811.6819.48-
YUV98.49140.7156.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.44%
GREEN value IS 74 (29.30% from 255) = 22.22%
BLUE value IS 121 (47.66% from 255) = 36.34%
R=41.44%
G=22.22%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1387412100.460.120.46315.9430.1941.57
Hex8A4A7902EC2E13c1e2a
Octal21211217105614564743652
Binary10001010100101011110010101110110010111010011110011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,74,121); }

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

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

 a { background-color: rgb(138,74,121); }

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

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

 span { border-color: rgb(138,74,121); }

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