#844E85

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

Shades of Trendy Pink #844E85

Tints of Trendy Pink #844E85

Color information

#844E85 (or 0x844E85) is unknown color: approx Trendy Pink. HEX triplet: 84, 4E and 85. RGB value is (132,78,133). Sum of RGB (Red+Green+Blue) = 132+78+133=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 133 - color contains mainly: blue. Hex color #844E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844E85 is #7BB17A. Grayscale: #646464. Windows color (decimal): -8106363 or 8736388. OLE color: 8736388.

HSL color Cylindrical-coordinate representation of color #844E85: hue angle of 298.91º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #844E85 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13278133-
CMYK0.010.4100.48
HSL298.91º26.07%41.37%-
HSV(B)298.91º41.35%52.16%-
XYZ16.4712.0523.65-
YUV100.42146.39150.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.48%
GREEN value IS 78 (30.86% from 255) = 22.74%
BLUE value IS 133 (52.34% from 255) = 38.78%
R=38.48%
G=22.74%
B=38.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132781330.010.4100.48298.9126.0741.37
Hex844E8512903012b1a29
Octal2041162051510604533251
Binary100001001001110100001011101001011000010010101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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