#844E89

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

Shades of Trendy Pink #844E89

Tints of Trendy Pink #844E89

Color information

#844E89 (or 0x844E89) is unknown color: approx Trendy Pink. HEX triplet: 84, 4E and 89. RGB value is (132,78,137). Sum of RGB (Red+Green+Blue) = 132+78+137=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 137 - color contains mainly: blue. Hex color #844E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844E89 is #7BB176. Grayscale: #646464. Windows color (decimal): -8106359 or 8998532. OLE color: 8998532.

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

Color convert

RGB13278137-
CMYK0.040.4300.46
HSL294.92º27.44%42.16%-
HSV(B)294.92º43.07%53.73%-
XYZ16.7612.1625.13-
YUV100.87148.39150.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.04%
GREEN value IS 78 (30.86% from 255) = 22.48%
BLUE value IS 137 (53.91% from 255) = 39.48%
R=38.04%
G=22.48%
B=39.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132781370.040.4300.46294.9227.4442.16
Hex844E8942B02E1271b2a
Octal2041162114530564473352
Binary10000100100111010001001100101011010111010010011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,78,137); }

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

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

 a { background-color: rgb(132,78,137); }

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

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

 span { border-color: rgb(132,78,137); }

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