#8A4D77

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

Shades of Trendy Pink #8A4D77

Tints of Trendy Pink #8A4D77

Color information

#8A4D77 (or 0x8A4D77) is unknown color: approx Trendy Pink. HEX triplet: 8A, 4D and 77. RGB value is (138,77,119). Sum of RGB (Red+Green+Blue) = 138+77+119=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A4D77 is #75B288. Grayscale: #636363. Windows color (decimal): -7713417 or 7818634. OLE color: 7818634.

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

Color convert

RGB13877119-
CMYK00.440.140.46
HSL318.69º28.37%42.16%-
HSV(B)318.69º44.2%54.12%-
XYZ16.4612.0418.91-
YUV100.03138.71155.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.32%
GREEN value IS 77 (30.47% from 255) = 23.05%
BLUE value IS 119 (46.88% from 255) = 35.63%
R=41.32%
G=23.05%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1387711900.440.140.46318.6928.3742.16
Hex8A4D7702CE2E13f1c2a
Octal21211516705416564773452
Binary10001010100110111101110101100111010111010011111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,77,119); }

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

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

 a { background-color: rgb(138,77,119); }

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

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

 span { border-color: rgb(138,77,119); }

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