#844E81

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

Shades of Trendy Pink #844E81

Tints of Trendy Pink #844E81

Color information

#844E81 (or 0x844E81) is unknown color: approx Trendy Pink. HEX triplet: 84, 4E and 81. RGB value is (132,78,129). Sum of RGB (Red+Green+Blue) = 132+78+129=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 132 - color contains mainly: red. Hex color #844E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844E81 is #7BB17E. Grayscale: #636363. Windows color (decimal): -8106367 or 8474244. OLE color: 8474244.

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

Color convert

RGB13278129-
CMYK00.410.020.48
HSL303.33º25.71%41.18%-
HSV(B)303.33º40.91%51.76%-
XYZ16.211.9422.22-
YUV99.96144.39150.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.94%
GREEN value IS 78 (30.86% from 255) = 23.01%
BLUE value IS 129 (50.78% from 255) = 38.05%
R=38.94%
G=23.01%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327812900.410.020.48303.3325.7141.18
Hex844E8102923012f1a29
Octal2041162010512604573251
Binary1000010010011101000000101010011011000010010111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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