#844E84

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

Shades of Trendy Pink #844E84

Tints of Trendy Pink #844E84

Color information

#844E84 (or 0x844E84) is unknown color: approx Trendy Pink. HEX triplet: 84, 4E and 84. RGB value is (132,78,132). Sum of RGB (Red+Green+Blue) = 132+78+132=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #844E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844E84 is #7BB17B. Grayscale: #646464. Windows color (decimal): -8106364 or 8670852. OLE color: 8670852.

HSL color Cylindrical-coordinate representation of color #844E84: hue angle of 300º 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 #844E84 is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13278132-
CMYK00.4100.48
HSL300º25.71%41.18%-
HSV(B)300º40.91%51.76%-
XYZ16.412.0223.29-
YUV100.3145.89150.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.60%
GREEN value IS 78 (30.86% from 255) = 22.81%
BLUE value IS 132 (51.95% from 255) = 38.60%
R=38.60%
G=22.81%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327813200.4100.4830025.7141.18
Hex844E8402903012c1a29
Octal2041162040510604543251
Binary100001001001110100001000101001011000010010110011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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