#8A4D7F

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

Shades of Trendy Pink #8A4D7F

Tints of Trendy Pink #8A4D7F

Color information

#8A4D7F (or 0x8A4D7F) is unknown color: approx Trendy Pink. HEX triplet: 8A, 4D and 7F. RGB value is (138,77,127). Sum of RGB (Red+Green+Blue) = 138+77+127=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A4D7F is #75B280. Grayscale: #646464. Windows color (decimal): -7713409 or 8342922. OLE color: 8342922.

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

Color convert

RGB13877127-
CMYK00.440.080.46
HSL310.82º28.37%42.16%-
HSV(B)310.82º44.2%54.12%-
XYZ16.9712.2421.55-
YUV100.94142.71154.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.35%
GREEN value IS 77 (30.47% from 255) = 22.51%
BLUE value IS 127 (50% from 255) = 37.13%
R=40.35%
G=22.51%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1387712700.440.080.46310.8228.3742.16
Hex8A4D7F02C82E1371c2a
Octal21211517705410564673452
Binary10001010100110111111110101100100010111010011011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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