#844785

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

Shades of Trendy Pink #844785

Tints of Trendy Pink #844785

Color information

#844785 (or 0x844785) is unknown color: approx Trendy Pink. HEX triplet: 84, 47 and 85. RGB value is (132,71,133). Sum of RGB (Red+Green+Blue) = 132+71+133=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #844785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844785 is #7BB87A. Grayscale: #606060. Windows color (decimal): -8108155 or 8734596. OLE color: 8734596.

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

Color convert

RGB13271133-
CMYK0.010.4700.48
HSL299.03º30.39%40%-
HSV(B)299.03º46.62%52.16%-
XYZ1611.1123.49-
YUV96.31148.71153.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 71 (28.12% from 255) = 21.13%
BLUE value IS 133 (52.34% from 255) = 39.58%
R=39.29%
G=21.13%
B=39.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132711330.010.4700.48299.0330.3940
Hex84478512F03012b1e28
Octal2041072051570604533650
Binary100001001000111100001011101111011000010010101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844785; }

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

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

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

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

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

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

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

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