#844C8A

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

Shades of Trendy Pink #844C8A

Tints of Trendy Pink #844C8A

Color information

#844C8A (or 0x844C8A) is unknown color: approx Trendy Pink. HEX triplet: 84, 4C and 8A. RGB value is (132,76,138). Sum of RGB (Red+Green+Blue) = 132+76+138=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #844C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844C8A is #7BB375. Grayscale: #636363. Windows color (decimal): -8106870 or 9063556. OLE color: 9063556.

HSL color Cylindrical-coordinate representation of color #844C8A: hue angle of 294.19º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #844C8A is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13276138-
CMYK0.040.4500.46
HSL294.19º28.97%41.96%-
HSV(B)294.19º44.93%54.12%-
XYZ16.6911.9125.46-
YUV99.81149.55150.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 76 (30.08% from 255) = 21.97%
BLUE value IS 138 (54.30% from 255) = 39.88%
R=38.15%
G=21.97%
B=39.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132761380.040.4500.46294.1928.9741.96
Hex844C8A42D02E1261d2a
Octal2041142124550564463552
Binary10000100100110010001010100101101010111010010011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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