#856884

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

Shades of Trendy Pink #856884

Tints of Trendy Pink #856884

Color information

#856884 (or 0x856884) is unknown color: approx Trendy Pink. HEX triplet: 85, 68 and 84. RGB value is (133,104,132). Sum of RGB (Red+Green+Blue) = 133+104+132=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 133 - color contains mainly: red. Hex color #856884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856884 is #7A977B. Grayscale: #737373. Windows color (decimal): -8034172 or 8677509. OLE color: 8677509.

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

Color convert

RGB133104132-
CMYK00.220.010.48
HSL302.07º12.24%46.47%-
HSV(B)302.07º21.8%52.16%-
XYZ18.7916.5524.03-
YUV115.86137.11140.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.04%
GREEN value IS 104 (41.02% from 255) = 28.18%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=36.04%
G=28.18%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310413200.220.010.48302.0712.2446.47
Hex85688401613012ec2e
Octal2051502040261604561456
Binary1000010111010001000010001011011100001001011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856884; }

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

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

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

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

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

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

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

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