#844F87

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

Shades of Trendy Pink #844F87

Tints of Trendy Pink #844F87

Color information

#844F87 (or 0x844F87) is unknown color: approx Trendy Pink. HEX triplet: 84, 4F and 87. RGB value is (132,79,135). Sum of RGB (Red+Green+Blue) = 132+79+135=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 135 - color contains mainly: blue. Hex color #844F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844F87 is #7BB078. Grayscale: #656565. Windows color (decimal): -8106105 or 8867716. OLE color: 8867716.

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

Color convert

RGB13279135-
CMYK0.020.4100.47
HSL296.79º26.17%41.96%-
HSV(B)296.79º41.48%52.94%-
XYZ16.6812.2524.41-
YUV101.23147.06149.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 79 (31.25% from 255) = 22.83%
BLUE value IS 135 (53.12% from 255) = 39.02%
R=38.15%
G=22.83%
B=39.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132791350.020.4100.47296.7926.1741.96
Hex844F8722902F1291a2a
Octal2041172072510574513252
Binary1000010010011111000011110101001010111110010100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,79,135); }

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

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

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

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

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

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

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