#844D83

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

Shades of Trendy Pink #844D83

Tints of Trendy Pink #844D83

Color information

#844D83 (or 0x844D83) is unknown color: approx Trendy Pink. HEX triplet: 84, 4D and 83. RGB value is (132,77,131). Sum of RGB (Red+Green+Blue) = 132+77+131=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #844D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844D83 is #7BB27C. Grayscale: #636363. Windows color (decimal): -8106621 or 8605060. OLE color: 8605060.

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

Color convert

RGB13277131-
CMYK00.420.010.48
HSL301.09º26.32%40.98%-
HSV(B)301.09º41.67%51.76%-
XYZ16.2711.8522.9-
YUV99.6145.72151.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.82%
GREEN value IS 77 (30.47% from 255) = 22.65%
BLUE value IS 131 (51.56% from 255) = 38.53%
R=38.82%
G=22.65%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327713100.420.010.48301.0926.3240.98
Hex844D8302A13012d1a29
Octal2041152030521604553251
Binary100001001001101100000110101010111000010010110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,77,131); }

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

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

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

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

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

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

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