#844C88

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

Shades of Trendy Pink #844C88

Tints of Trendy Pink #844C88

Color information

#844C88 (or 0x844C88) is unknown color: approx Trendy Pink. HEX triplet: 84, 4C and 88. RGB value is (132,76,136). Sum of RGB (Red+Green+Blue) = 132+76+136=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 136 - color contains mainly: blue. Hex color #844C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844C88 is #7BB377. Grayscale: #636363. Windows color (decimal): -8106872 or 8932484. OLE color: 8932484.

HSL color Cylindrical-coordinate representation of color #844C88: hue angle of 296º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #844C88 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13276136-
CMYK0.030.4400.47
HSL296º28.3%41.57%-
HSV(B)296º44.12%53.33%-
XYZ16.5411.8524.71-
YUV99.58148.55151.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.37%
GREEN value IS 76 (30.08% from 255) = 22.09%
BLUE value IS 136 (53.52% from 255) = 39.53%
R=38.37%
G=22.09%
B=39.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132761360.030.4400.4729628.341.57
Hex844C8832C02F1281c2a
Octal2041142103540574503452
Binary1000010010011001000100011101100010111110010100011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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