#844D8A

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

Shades of Trendy Pink #844D8A

Tints of Trendy Pink #844D8A

Color information

#844D8A (or 0x844D8A) is unknown color: approx Trendy Pink. HEX triplet: 84, 4D and 8A. RGB value is (132,77,138). Sum of RGB (Red+Green+Blue) = 132+77+138=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #844D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844D8A is #7BB275. Grayscale: #646464. Windows color (decimal): -8106614 or 9063812. OLE color: 9063812.

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

Color convert

RGB13277138-
CMYK0.040.4400.46
HSL294.1º28.37%42.16%-
HSV(B)294.1º44.2%54.12%-
XYZ16.7612.0525.49-
YUV100.4149.22150.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.04%
GREEN value IS 77 (30.47% from 255) = 22.19%
BLUE value IS 138 (54.30% from 255) = 39.77%
R=38.04%
G=22.19%
B=39.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132771380.040.4400.46294.128.3742.16
Hex844D8A42C02E1261c2a
Octal2041152124540564463452
Binary10000100100110110001010100101100010111010010011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844D8A; }

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

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

<style>
 a { background-color: #844D8A; }

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

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

<style>
 span { border-color: #844D8A; }

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

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